12345678910 #!/usr/bin/env perluse strict;use warnings;use 5.010;use Test::More tests => 1;use PerlX::MethodCallWithBlock;pass "working";
#!/usr/bin/env perl
use
strict;
warnings;
5.010;
Test::More
tests
=> 1;
PerlX::MethodCallWithBlock;
pass
"working"
;