Acme-DotDotGone

 view release on metacpan or  search on metacpan

lib/Acme/DotDotGone.pm  view on Meta::CPAN


Quick summary of what the module does.

Perhaps a little code snippet.

vim worldEnding.pl

	use Acme::DotDotGone dot;

	use feature 'say';
	say 'The world is about to end';

	1;

perl worldEnding.pl

	The world is about to end

cat worldEnding.pl

	use Acme::DotDotGone;

lib/Acme/DotDotGone.pm  view on Meta::CPAN


perl worldEnding.pl

	The World is about to end

less worldEnding.pl

	use Acme::DotDotGone;

	use feature 'say';
	say 'The world is about to end';

	1

=head1 AUTHOR

Robert Acock, C<< <thisusedtobeanemail at gmail.com> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-acme-dotdotgone at rt.cpan.org>, or through



( run in 1.636 second using v1.01-cache-2.11-cpan-364913b4093 )