Acme-Helloworld
view release on metacpan or search on metacpan
lib/Acme/Helloworld.pm view on Meta::CPAN
package Acme::Helloworld;
use 5.008001;
use strict;
use warnings;
our $VERSION = "0.01";
print "Hello, world\n";
1;
__END__
=encoding utf-8
=head1 NAME
Acme::Helloworld - output 'Hello, world'
=head1 SYNOPSIS
use Acme::Helloworld;
=head1 DESCRIPTION
Acme::Helloworld is a module of a different way of writing the first program to write.
=head1 LICENSE
Copyright (C) tomcha.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 AUTHOR
tomcha E<lt>tomcha@tomcha.netE<gt>
=cut
( run in 0.544 second using v1.01-cache-2.11-cpan-13bb782fe5a )