Acme-Anything
view release on metacpan or search on metacpan
lib/Acme/Anything.pm view on Meta::CPAN
package Acme::Anything;
use strict;
use 5.008;
use warnings;
our $VERSION = '0.04';
push @main::INC, \ &handler_of_last_resort;
sub handler_of_last_resort {
my $fake_source_code = '1';
open my ($fh), '<', \ $fake_source_code;
return $fh;
};
no warnings; ## no critic (warning)
'Warning! The consumption of alcohol may cause you to think you have mystical kung-fu powers.'
__END__
( run in 0.230 second using v1.01-cache-2.11-cpan-4d50c553e7e )