Acme-MetaSyntactic

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.88 2006-08-22 BOOK
    [NEW WEEKLY THEME 2006/08/21]
    - metro
    [AND FOR THE LAST TIME, METRO IS NOT NEW!]
    - ... but is has changed so much, that is just like it was.
    - From now on, Acme::MetaSyntactic has exactly 100 * $VERSION
      themes. Version 0.99 (the last beta) will ship with 99 themes.
    - No more cheap tricks to reduce the headcount, yay!
    [TESTS]
    - t/31any.t has been updated to work correctly if other themes
      are installed
    - t/41count.t is back (and works correctly if other themes are
      installed)
    [TICKET CLOSED]
    - #21028 on rt.cpan.org (David Adler noticed that t/31any.t failed)
    [THEME UPDATE]
    - space_missions (new categories: manned_spacecraft, launch_vehicles
      and victims)

0.87 2006-08-08 BOOK

Changes  view on Meta::CPAN

      that can report the source URLs for subcategories (for
      Acme::MetaSyntactic::RemoteList)
    - the meta script accepts a new --category option, to select
      a category within an Acme::MetaSyntactic::MultiList theme
    [TESTS]
    - Since 0.59, Acme::MetaSyntactic::RemoteList could accept
      serveral sources. This functionality is now fully tested.
    - tests for Acme::MetaSyntactic::MultiList
    - skip a few more tests if LWP::UserAgent is not installed
    [THEME UPDATE]
    - hhgg (updated a reference link)

0.68 2006-03-24 BOOK
    [NEW WEEKLY THEME 2006/04/03]
    - pop2
    [THEME UPDATE]
    - counting_rhyme (Anja Krebber and Yanick Champoux provided
      a German version)
    - dilbert
    - services (now uses a very large online list)

t/20theme.t  view on Meta::CPAN

$meta = Acme::MetaSyntactic->new( 'test_ams_list' );
@names = $meta->name( bots => 2 );
ok( exists( $seen{$_} ), "the name() method accepts bots" ) for @names;

# and the new function exists as well
$meta = Acme::MetaSyntactic->new( 'test_ams_list' );
@names = metabots( 2 );
ok( exists( $seen{$_} ), "the metabots() function" ) for @names;

is_deeply( [ sort @themes, "bots" ], [ Acme::MetaSyntactic->themes ],
  "Themes list updated" );

is(
    scalar Acme::MetaSyntactic->themes,
    scalar @{ [ Acme::MetaSyntactic->themes ] },
    "themes() works in scalar context"
);



( run in 0.281 second using v1.01-cache-2.11-cpan-05444aca049 )