Acme::MetaSyntactic 0.90 review

Download
by rbytes.net on

Acme::MetaSyntactic is Perl module themed metasyntactic variables. When writing code examples, it's always easy at the beginning:

License: Perl Artistic License
File size: 0K
Developer: Philippe Bruhat
0 stars award from rbytes.net

Acme::MetaSyntactic is Perl module themed metasyntactic variables.

When writing code examples, it's always easy at the beginning:

my $foo = "bar";
$foo .= "baz"; # barbaz

But one gets quickly stuck with the same old boring examples. Does it have to be this way? I say "No".

Here is Acme::MetaSyntactic, designed to fulfill your metasyntactic needs. No more will you scratch your head in search of a good variable name!

As from January 17, 2005, the module is updated every week with a new list. If you think a important list is missing from the module, please send it to me. If you think something's missing from a list, please send me a patch.

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

Alternatively, to install with ExtUtils::MakeMaker, you can use the following commands:

perl Makefile.PL
make
make test
make install

Requirements:
Perl

Acme::MetaSyntactic 0.90 keywords