NAME
Acme::Robd::Boring - a really boring module
VERSION
version 0.001
SYNOPSIS
use strict; use feature 'say'; ... use Acme::Robd::Boring; my $arb = Acme::Robd::Boring->new; say $arb->name; Acme::Robd::Boring # bore-ing!
METHODS
new
bog-standard classic perl OOP constructor
name
returns the package (module) name
AUTHOR
Rob Duncan <robd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Rob Duncan.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.