Acme-Thing
view release on metacpan or search on metacpan
name/title of the thing. Both $SUBNAMESPACE and $TITLE should use
"CamelCase" notation and should be in singular noun form whenever
possible. Underscore is used to separate name parts. For example, for a
TV series the $NAME could be the title of the series using the IMDB
convention:
Acme::Thing::TVSeries::BreakingBad_2008_2013
Acme::Thing::TvSeries::CornerGas_2004_2009
and for a book title the $NAME could be the title (without the subtitle)
of the book, preferrably with the publication year. Subsequent editions
of a book should be named using the "nE" notation. Examples:
Acme::Thing::Book::ProgrammingPerl_1991
Acme::Thing::Book::ProgrammingPerl_4E_2012
Relationship with other things
TBD.
Attributes
The module must provide a class method called "get_thing_attrs" (by
lib/Acme/Thing.pm view on Meta::CPAN
C<$SUBNAMESPACE> is one or more levels of subnamespaces and C<$NAME> is the
name/title of the thing. Both C<$SUBNAMESPACE> and C<$TITLE> should use
C<CamelCase> notation and should be in singular noun form whenever possible.
Underscore is used to separate name parts. For example, for a TV series the
C<$NAME> could be the title of the series using the IMDB convention:
Acme::Thing::TVSeries::BreakingBad_2008_2013
Acme::Thing::TvSeries::CornerGas_2004_2009
and for a book title the C<$NAME> could be the title (without the subtitle) of
the book, preferrably with the publication year. Subsequent editions of a book
should be named using the C<nE> notation. Examples:
Acme::Thing::Book::ProgrammingPerl_1991
Acme::Thing::Book::ProgrammingPerl_4E_2012
=head2 Relationship with other things
TBD.
=head2 Attributes
( run in 0.554 second using v1.01-cache-2.11-cpan-64827b87656 )