12345678 #!/usr/bin/env perl -wuse strict;use Test;BEGIN { plan tests => 1 }use Business::Payroll; ok(1);exit;__END__
#!/usr/bin/env perl -w
use
strict;
Test;
BEGIN { plan
tests
=> 1 }
Business::Payroll; ok(1);
exit
;
__END__