Acme-MetaSyntactic

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Acme-MetaSyntactic

1.015 2021-03-30 BOOK
    [ENHANCEMENT]
    - add one transliteration for tr_utf8_basic

1.014 2017-10-30 BOOK
    [ENHANCEMENTS]
    - Restore meta/metafy script installation (ILMARI)
    - Minor encoding patch

1.013 2017-04-17 BOOK
    [ENHANCEMENTS]
    - Test::MetaSyntactic now prints a summary of failed themes at the end of
      the all_themes_ok test suite
    [TESTS]
    - ensure the test suite works when @INC does not contain '.'
    [PACKAGING]
    - switch to Dist::Zilla for maintaining the distribution
    [DOCUMENTATION]
    - add quotes and links for two blogs posts about Acme::MetaSyntactic
    - update a link to the Perl source history (from Perforce to Git)
    [THEME UPDATE]
    - contributors

1.012 2013-10-14 BOOK
    [ENHANCEMENTS]
    - Test::MetaSyntactic now tries to load each theme in isolation
    [TESTS]
    - do not use blib in t/50usecase.t
    - fix the t/usecase_list8 script to not trigger CPAN.pm
      recursion detection (when loading pause_id)
      (this should fix a long standing installation bug)

1.011 2013-09-16 BOOK
    [ENHANCEMENTS]
    - the name() method now accepts a "$theme/$category" parameter,
      instead of just "$theme"

1.010 2013-08-12 BOOK
    [ENHANCEMENTS]
    - flip the executable bit on script/metafy

1.009 2013-08-12 BOOK
    [ENHANCEMENTS]
    - Test::MetaSyntactic now enforces stricter rules on themes:
      a theme will fail if it is empty, or if it returns the empty
      string as a name

1.008 2013-01-13 BOOK
    [ENHANCEMENTS]
    - the load_data() method now closes the DATA filehandle when done.
      Many themes use __DATA__ to store their names, which could cause
      problems ("Too many open files"), when loading a lot of themes.
      (see http://www.cpantesters.org/cpan/report/25449004)

1.007 2012-10-08 BOOK
    [ENHANCEMENTS]
    - Test::MetaSyntactic now supports RELEASE_TESTING
      (and keeps supporting AUTHOR_TESTING for backwards compatibility)

1.006 2012-08-26 BOOK
    [ENHANCEMENTS]
    - add support for end-of-line comments in the __DATA__ section
      (in the load_data() method)

1.005 2012-07-24 BOOK
    [TESTS]
    - fix t/31any.t to work with themes having very few items

1.004 2012-06-28 BOOK
    [ENHANCEMENTS]
    - add support for POST request in Acme::MetaSyntactic::RemoteList

1.003 2012-06-12 BOOK
    [ENHANCEMENTS]
    - Acme::MetaSyntactic::List now automatically removes duplicate
      items from the initialisation data,
    - thus making obsolete the subtest_uniq test in Test::MetaSyntactic
    - give Test::MetaSyntactic a shorter timeout to check for the network
    - fix some encoding issues (fixes RT #77657)

1.002 2012-05-21 BOOK
    [TESTS]
    - ensure theme names used in tests are unlikely to conflict
      with themes existing in the wild

1.001 2012-05-14 BOOK
    [ENHANCEMENTS]
    - new subtest in Test::MetaSyntactic: subtest_encoding
    - extract() for MultiList lists that have remote lists
      can now behave differently for each category (the category
      is passed as a parameter)
    [DOCUMENTATION]
    - add links to meta(1) from Acme::MetaSyntactic's documentation
      (fixes RT #77060)
    [THEME UPDATES]
    - new contributor added to contributors theme

1.000 2012-05-07 BOOK
    [NEW THEME 2012/05/07]
    - contributors
    [ENHANCEMENTS]
    - eta.pm provided as a shortcut for one-liners (perl -Meta)
      (closed RT #28849)
    [THEME UPDATES]
    - all themes but foo (the default) and any moved to another
      distribution: Acme-MetaSyntactic-Themes

0.99_05 2012-05-04 BOOK
    [ENHANCEMENTS]
    - Acme::MetaSyntactic::MultiList init() now accepts an argument.
      (closed RT #40116)
    [TESTS]
    - made sure no tests depend on included themes

0.99_04 2012-04-10 BOOK
    [TESTS]
    - improved version of Test::MetaSyntactic, with more subtests

0.99_03 2012-03-31 BOOK
    [TESTS]
    - moved all tests common to all themes in the Test::MetaSyntactic module
    - remove possible duplicates in unicode theme

Changes  view on Meta::CPAN

0.55 2005-12-27 BOOK
    [NEW WEEKLY THEME 2006/01/02]
    - weekdays
    [HEY, WEEKDAYS IS NOT NEW! IT WAS ADDED IN VERSION 0.51!!]
    - Well, the theme has changed enough that I can consider it
      new: it's now a subclass of Acme::MetaSyntactic::Locale
      and supports Basque, Catalan, Corsican, Danish, Dutch, English,
      Estonian, Finnish, French, German, Italian, Latin, Latvian,
      Polish, Portuguese, Spanish, Swahili, Swedish, Welsh and Yiddish
      lists (as well as the Pataphysical calendar).
    - You've being doing this three times already! What does it mean?
    - I must admit that it's the only way I've found to add something
      new each week and still manage to have only 100 themes when I
      reach version 1.00...

0.54 2005-12-22 BOOK
    [NEW WEEKLY THEME 2005/12/26]
    - barbapapa (Abigail)

0.53 2005-12-19 BOOK
    [NEW WEEKLY THEME 2005/12/19]
    - opcodes (Abigail)
    [ENHANCEMENTS]
    - the list of themes (as returned by themes() is still computed
      at startup, but if new themes appear while the current script
      is running, they can be "required" without a restart
    [THEME UPDATE]
    - dilbert

0.52 2005-12-11 BOOK
    [NEW WEEKLY THEME 2005/12/12]
    - us_presidents (Abigail)
    [THEME UPDATE]
    - dilbert

0.51 2005-12-04 BOOK
    [NEW WEEKLY THEME 2005/12/05]
    - weekdays (Abigail)
    [ENHANCEMENTS]
    - Added support for empty lists (prevents AMS from falling into
      an infinite loop), thanks to Abigail
    - Better support in Acme::MetaSyntactic::Locale for language
      tags longer than 2 characters
    - Acme::MetaSyntactic::RemoteList now uses LWP::UserAgent to fetch
      remote lists
    [THEME UPDATES]
    - booze (see below)
    - dilbert
    - unicode (better support for various Perl versions and a very basic
      default list)
    [TICKET CLOSED]
    - #16256 on rt.cpan.org (David Landgren provided 11 new beverages
      and corrected a typo in AMS::booze)

0.50 2005-11-26 BOOK
    [NEW WEEKLY THEME 2005/11/28]
    - unicode
    [ENHANCEMENTS]
    - Acme::MetaSyntactic::List and Acme::MetaSyntactic::Locale-based
      theme can now supply their lists to __PACKAGE__->init(), instead
      of storing them in __DATA__. The data format must be the same
      as the one that load_data() returns.
    [FILE UPDATE]
    - Oops. The DATES file was not listed in the MANIFEST file, 
      and therefore not included in version 0.49.
    - DATES now lists all planned themes for 2005.

0.49 2005-11-20 BOOK
    [NEW WEEKLY THEME 2005/11/21]
    - pm_groups
    [THEME UPDATES]
    - dilbert (thanks to Acme::MetaSyntactic::RemoteList, see below)
    - yapc (YAPC::NA 2006 will be in Chicago)
    [ENHANCEMENTS]
    - name() is now a class method for Acme::MetaSyntactic::List and
      Acme::MetaSyntactic::Locale
    - A new class, Acme::MetaSyntactic::RemoteList, makes it possible
      to fetch the source list for the theme from a given URL.
      The associated test script spots new items and warns me about it.
    - The first themes with a remote list are viclones, dilbert and
      pm_groups.
    - meta now has a --remote option that prints the remote list of items
    [NEW FILE]
    - the DATES file lists all themes added since the beginning,
      with date and version information, as well as planned
      additions. This version lists all themes up to version 0.50.

0.48 2005-11-01 BOOK
    [NEW WEEKLY THEME 2005/11/14]
    - dwarves (Antoine Hulin, Abigail & Xavier Caron)

0.47 2005-10-31 BOOK
    [NEW WEEKLY THEME 2005/11/07]
    - facecards (Estelle Souche)
    [THEME UPDATES]
    - counting_rhyme (Dutch couting rhyme by Abigail)
    - discworld (Jean Forget added 35 new items)
    - yapc (Missing cities added by Abigail)
    [NEW FILE]
    - the CONTRIBUTORS file lists all the people who helped me
      with Acme::MetaSyntactic. Thanks to you all!

0.46 2005-10-24 BOOK
    [NEW WEEKLY THEME 2005/10/31]
    - antlers (Gaal Yahas)

0.45 2005-10-23 BOOK
    [NEW WEEKLY THEME 2005/10/24]
    - booze (Nicholas Clark)
    [THEME UPDATE]
    - jamesbond (new movie title is public)

0.44 2005-10-14 BOOK
    [NEW WEEKLY THEME 2005/10/17]
    - constellations

0.43 2005-10-09 BOOK
    [NEW WEEKLY THEME 2005/10/10]
    - roman (Alberto Manuel Brandão Simões)

0.42 2005-10-02 BOOK

Changes  view on Meta::CPAN

    [THEME UPDATE]
    - toto (Jérôme Fenal)

0.11 2005-02-22 BOOK
    [NEW WEEKLY THEME 2005/02/28]
    - hhgg (Aldo Calpini)

0.10 2005-02-10 BOOK
    [NEW WEEKLY THEME 2005/02/21]
    - viclones

0.09 2005-02-06 BOOK
    [NEW WEEKLY THEME 2005/02/14]
    - buffy (Rafael Garcia-Suarez)

0.08 2005-01-18 BOOK
    [NEW WEEKLY THEME 2005/02/07]
    - phonetic (Michel Rodriguez)

0.07 2005-01-18 BOOK
    [NEW WEEKLY THEME 2005/01/31]
    - jamesbond (heh)

0.06 2005-01-18 BOOK
    [BIG FUX]
    - themes() didn't work correctly in scalar context.
    [SMILL FAX]
    - meta did issue a warning when called without arguments.
      Rafael Garcia-Suarez provided a patch, which I modified
      so that no args means default theme.
    [NEW WEEKLY THEME 2005/01/24]
    - tld (Scott Lanning suggested ISO 3166 country codes)

0.05 2005-01-16 BOOK
    [ANNOUNCE]
    - From now on, releases should happen on a weekly
      basis, every monday morning (CET)... A new list every week!
    - Email me with suggestions (and lists).
    [STUPID ME]
    - 0.04 was released too soon, so this version:
      + puts the coverage back at 100% (one missing test in 0.04
        had the coverage fall to 97.8%. Darn.)
      + removes the compromising "log" file (which was there since 0.01)
      + removes the "Build" file (which was there since 0.01, as well)
    [TOOLS]
    - script/meta is a simple front-end, useful with $EDITOR
    [THEMES]
    - New theme:
      + browser (with a little help from Sébastien Aperghis-Tramoni)

0.04 2005-01-15 BOOK
    - Correct a typo in Markefile.PL (thanks to Mike Castle)
    - The method themes() returns the sorted list of available themes
    - New themes:
      + crypto (anonymous)
      + simpsons
    - closed ticket #9725 on rt.cpan.org (wishlist)

0.03 2005-01-14 BOOK
    - Documentation patches
    - Put everything in __DATA__ to make adding new themes easier
    - New themes (the names in parentheses indicate who suggested
      the theme and/or provided the list):
      + dilbert (Sébastien Aperghis-Tramoni)
      + donmartin (Vahe Sarkissian)
      + pynchon (David Landgren)
      + robin
    - closed ticket #9731 on rt.cpan.org (discussion)

0.02 2005-01-14 BOOK
    - The module now exports all meta* functions.
    - If many items are requested, the module will supply as many
      as requested, as randomly as possible.

0.01 2005-01-13 BOOK
    - First version, with only an OO interface.
    - 100% test coverage (Devel::Cover rules!)
    - Themes:
      + batman
      + flintstones
      + foo
      + shadok
      + toto



( run in 0.567 second using v1.01-cache-2.11-cpan-140bd7fdf52 )