123456789101112 #!/usr/bin/perluse strict;BEGIN { $| = 1; $^W = 1;}use Test::More tests => 2;use Test::NoWarnings;use_ok( 'Aspect::Library::Profiler' );
#!/usr/bin/perl
use
strict;
BEGIN {
$| = 1;
$^W = 1;
}
Test::More
tests
=> 2;
Test::NoWarnings;
use_ok(
'Aspect::Library::Profiler'
);