Philippe Bruhat (BooK) > Acme-MetaSyntactic-0.99 > Acme::MetaSyntactic::any

Download:
Acme-MetaSyntactic-0.99.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  3
View Bugs
Report a bug
Source  

NAME ^

Acme::MetaSyntactic::any - Items from any theme

DESCRIPTION ^

This theme simply selects a theme at random from all available themes, and returns names from it.

The selection is done in such a manner that you'll see no repetition in the items returned from a given theme, until all items from the theme have been seen.

METHODS ^

new( @args )

Create a new instance.

The parameters will be used to create the underlying Acme::MetaSyntactic object, and will be passed to the randomly chosen theme. This can be useful for themes deriving from Acme::MetaSyntactic::Locale.

name( $count )

Implement the name() method for this class.

theme()

Return the theme name (any).

has_remotelist()

Always return false.

CONTRIBUTOR ^

Philippe Bruhat, upon request of Sébastien Aperghis-Tramoni.

Introduced in version 0.12, published on March 7, 2005.

Updated to conform with interface changes required by Acme::MetaSyntactic::Updatable in version 0.49, published on November 21, 2005.

SEE ALSO ^

Acme::MetaSyntactic.