Git Product home page Git Product logo

acme-metasyntactic's Introduction

Acme::MetaSyntactic - Themed metasyntactic variables

DESCRIPTION

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!

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 install


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

    perl Makefile.PL
    make
    make test
    make install

SUCCESS 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.

acme-metasyntactic's People

Contributors

book avatar ilmari avatar rafl avatar rwstauner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.