123456789101112 #!/usr/bin/perluse strict;use warnings;use Test::More;plan tests => 1;use App::St;pass();
#!/usr/bin/perl
use
strict;
warnings;
Test::More;
plan
tests
=> 1;
App::St;
pass();