Group
Extension

Matches 1

Acme-Pony-Pink ( T/TO/TOBYINK/Acme-Pony-Pink-0.003.tar.gz, TOBYINK, 2014; MetaCPAN )
Acme-Pony-Pink/lib/Acme/Pony/Pink.pm ( view source; MetaCPAN )
_path_to_perl => $Config{perlpath};

sub new
{
	shift;
}

sub _image
{
	state $image = do {
		local $/ = <DATA>;
		decode_base64($/);
	};
	return $image;
}

sub _find_shebang
{
	my ($class, $lines) = 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.