The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl 

no warnings 'once';
$main::location = 'mod_perl2';
$main::rayapp_env_data = 'mono45';
$main::rayapp_env_style_data = 'slon';

if (-d 't') {
	require 't/set1.pl';
} else {
	require 'set1.pl';
}