Acme-MyFirstModule-BDFOY

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/BDFOY.pm  view on Meta::CPAN

package Acme::MyFirstModule::BDFOY;

use 5.008;
use strict;
use warnings;

=encoding utf8

=head1 NAME

Acme::MyFirstModule::BDFOY - The great new Acme::MyFirstModule::BDFOY!

=head1 VERSION

Version 0.025

=cut

our $VERSION = '0.025';


=head1 SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use Acme::MyFirstModule::BDFOY;

    my $foo = Acme::MyFirstModule::BDFOY->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

=cut

sub function1 {
}

=head2 function2

=cut

sub function2 {
}

=head1 AUTHOR

brian d foy, C<< <bdfoy at cpan.org> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-acme-myfirstmodule-bdfoy at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-MyFirstModule-BDFOY>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.




=head1 SUPPORT



( run in 1.499 second using v1.01-cache-2.11-cpan-39bf76dae61 )