The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::Robd::Boring - a really boring module

VERSION

version 0.002

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

version

returns the package (module) version

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.