Acme-Goedelize
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.005;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Acme::Goedelize',
VERSION_FROM => 'lib/Acme/Goedelize.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Acme/Goedelize.pm', # retrieve abstract from module
AUTHOR => 'Todor Todorov <acidmax@jambolnet.com>') : ()),
);
lib/Acme/Goedelize.pm view on Meta::CPAN
my $number = $goedelize->to_number('text');
my $text = $goedelize->to_text($number);
=head1 DESCRIPTION
Transforms text into one big number and vice versa.
=head1 AUTHOR
Todor Todorov, E<lt>acidmax@jambolnet.comE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2004 by Todor Todorov
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
( run in 0.249 second using v1.01-cache-2.11-cpan-de7293f3b23 )