Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/acme-metasyntactic
Themed metasyntactic variables names
https://github.com/book/acme-metasyntactic
Last synced: 3 months ago
JSON representation
Themed metasyntactic variables names
- Host: GitHub
- URL: https://github.com/book/acme-metasyntactic
- Owner: book
- Created: 2012-03-31T09:23:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T12:39:51.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:36:17.723Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Acme-MetaSyntactic/
- Size: 1.2 MB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Acme::MetaSyntactic - Themed metasyntactic variables
DESCRIPTION
When writing code examples, it's always easy at the beginning:
my $foo = "bar";
$foo .= "baz"; # barbazBut 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!UPDATES
From January 2005 to November 2006, I have published a CPAN distribution
a week, including new themes for Acme::MetaSyntactic (almost) every week.With the version 1.000 of Acme::MetaSyntactic (published on May 7, 2012),
I have split the core modules (the ones that provide the list behaviour)
from the actual themes, making the distribution containing the very
stable Acme::MetaSyntactic modules driving its behaviour a lot thinner.If you think a important list is missing from the module, you should
be able to make a distribution for it yourself. To ensure correctness,
include the following test script in your t/ directory:use Test::MetaSyntactic;
all_themes_ok();If you think something's missing from a list distributed with
Acme-MetaSyntatic-Themes, please send me a patch against that
distribution.INSTALL
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installAlternatively, to install with ExtUtils::MakeMaker, you can use the following commands:
perl Makefile.PL
make
make test
make installSUCCESS STORIES
See the documentation for meta(1).
COPYRIGHT AND LICENCE
Copyright (C) 2005-2017 Philippe 'BooK' Bruhat
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.