Acme-MillaTutorial

 view release on metacpan or  search on metacpan

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

package Acme::MillaTutorial;

use strict;
use 5.008_005;
our $VERSION = '0.02';

sub hello
  {
    return "Hello World!";
  }
1;
__END__

=encoding utf-8

=head1 NAME

Acme::MillaTutorial - Blah blah blah

=head1 SYNOPSIS

  use Acme::MillaTutorial;

=head1 DESCRIPTION

Acme::MillaTutorial is

=head1 AUTHOR

Bill Costa E<lt>Bill.Costa@alumni.unh.eduE<gt>

=head1 COPYRIGHT

Copyright 2018- Bill Costa

=head1 LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=head1 SEE ALSO

=cut



( run in 2.707 seconds using v1.01-cache-2.11-cpan-d8267643d1d )