Acme-MetaSyntactic-Themes

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - state_flowers
    - summerwine
    - swords
    - tarot
    - teletubbies
    - thunderbirds
    - tld
    - tmnt
    - tour_de_france
    - trigan
    - unicode
    - userfriendly
    - us_presidents
    - vcs
    - viclones
    - weekdays
    - yapc
    - zodiac

1.007 2012-06-25 BOOK
    [NEW THEME 2012/06/25]

Changes  view on Meta::CPAN

    - norse_mythology
    - olympics
    - oulipo
    - pantagruel
    - pokemon
    - pornstars
    - quantum
    - summerwine
    - teletubbies
    - tour_de_france
    - unicode
    - vcs
    - yapc

1.000 2012-05-07 BOOK
    [NEW THEMES 2012/05/07]
    - abba
    - french_presidents
    - zodiac
    [THEME UPDATES]
    All themes but foo (the default) and any were moved out

Changes  view on Meta::CPAN

    - stars
    - state_flowers
    - summerwine
    - swords
    - teletubbies
    - thunderbirds
    - tld
    - tmnt
    - tour_de_france
    - trigan
    - unicode
    - userfriendly
    - us_presidents
    - vcs
    - viclones
    - weekdays
    - yapc

MANIFEST  view on Meta::CPAN

lib/Acme/MetaSyntactic/summerwine.pm
lib/Acme/MetaSyntactic/swords.pm
lib/Acme/MetaSyntactic/tarot.pm
lib/Acme/MetaSyntactic/teletubbies.pm
lib/Acme/MetaSyntactic/thunderbirds.pm
lib/Acme/MetaSyntactic/tld.pm
lib/Acme/MetaSyntactic/tmnt.pm
lib/Acme/MetaSyntactic/tokipona.pm
lib/Acme/MetaSyntactic/tour_de_france.pm
lib/Acme/MetaSyntactic/trigan.pm
lib/Acme/MetaSyntactic/unicode.pm
lib/Acme/MetaSyntactic/us_presidents.pm
lib/Acme/MetaSyntactic/userfriendly.pm
lib/Acme/MetaSyntactic/vcs.pm
lib/Acme/MetaSyntactic/viclones.pm
lib/Acme/MetaSyntactic/wales_towns.pm
lib/Acme/MetaSyntactic/weekdays.pm
lib/Acme/MetaSyntactic/yapc.pm
lib/Acme/MetaSyntactic/zodiac.pm
t/00-compile.t
t/00-report-prereqs.dd

dist.ini  view on Meta::CPAN

filename = lib/Acme/MetaSyntactic/pokemon.pm
filename = lib/Acme/MetaSyntactic/pooh.pm
filename = lib/Acme/MetaSyntactic/pornstars.pm
filename = lib/Acme/MetaSyntactic/quantum.pm
filename = lib/Acme/MetaSyntactic/roman.pm
filename = lib/Acme/MetaSyntactic/sql.pm
filename = lib/Acme/MetaSyntactic/stars.pm
filename = lib/Acme/MetaSyntactic/summerwine.pm
filename = lib/Acme/MetaSyntactic/teletubbies.pm
filename = lib/Acme/MetaSyntactic/tour_de_france.pm
filename = lib/Acme/MetaSyntactic/unicode.pm
filename = lib/Acme/MetaSyntactic/vcs.pm

[PkgVersion]

[AutoPrereqs]

[Test::ReportPrereqs]

[MetaResources]
repository.web    = http://github.com/book/Acme-MetaSyntactic-Themes

lib/Acme/MetaSyntactic/Themes.pod  view on Meta::CPAN

    2005-09-19    0.40    yapc
    2005-09-26    0.41    apollo
    2005-10-03    0.42    discworld
    2005-10-10    0.43    roman
    2005-10-17    0.44    constellations
    2005-10-24    0.45    booze
    2005-10-31    0.46    antlers
    2005-11-07    0.47    facecards
    2005-11-14    0.48    dwarves
    2005-11-21    0.49    pm_groups
    2005-11-28    0.50    unicode
    2005-12-05    0.51    weekdays
    2005-12-12    0.52    us_presidents
    2005-12-19    0.53    opcodes
    2005-12-26    0.54    barbapapa
    2006-01-02    0.55    weekdays [made multilingual]
    2006-01-09    0.56    pokemon
    2006-01-16    0.57    barbarella
    2006-01-23    0.58    tmnt
    2006-01-30    0.59    chess
    2006-02-06    0.60    gems

lib/Acme/MetaSyntactic/unicode.pm  view on Meta::CPAN

package Acme::MetaSyntactic::unicode;
use strict;
use Acme::MetaSyntactic::List;
our @ISA = qw( Acme::MetaSyntactic::List );
our $VERSION = '1.001';

{
    # a very basic list
    my $data = join "\n",
        map { ( "\t\tLATIN CAPITAL LETTER $_", "\t\tLATIN SMALL LETTER $_" ) }
        'A' .. 'Z';

    # try to find better
    if ( $] >= 5.006 && $] < 5.007003  ) {
        eval { $data = require 'unicode/Name.pl'; };
    }
    elsif ( $] >= 5.007003 ) {
        eval { $data = require 'unicore/Name.pl'; };

        # since v5.11.3, unicore/Name.pl creates subroutines
        # they end up in our namespace, so get rid of them
        undef *code_point_to_name_special;
        undef *name_to_code_point_special;
    }

lib/Acme/MetaSyntactic/unicode.pm  view on Meta::CPAN

1;

__END__

=for irony

=encoding iso-8859-1

=head1 NAME

Acme::MetaSyntactic::unicode - The unicode theme

=head1 DESCRIPTION

The name of all Unicode characters known to Perl.

Note that since your Perl installation knows all these names, they
are not included in the source of this module (that's the whole point).

=head1 CONTRIBUTOR

t/00-compile.t  view on Meta::CPAN

    'Acme/MetaSyntactic/summerwine.pm',
    'Acme/MetaSyntactic/swords.pm',
    'Acme/MetaSyntactic/tarot.pm',
    'Acme/MetaSyntactic/teletubbies.pm',
    'Acme/MetaSyntactic/thunderbirds.pm',
    'Acme/MetaSyntactic/tld.pm',
    'Acme/MetaSyntactic/tmnt.pm',
    'Acme/MetaSyntactic/tokipona.pm',
    'Acme/MetaSyntactic/tour_de_france.pm',
    'Acme/MetaSyntactic/trigan.pm',
    'Acme/MetaSyntactic/unicode.pm',
    'Acme/MetaSyntactic/us_presidents.pm',
    'Acme/MetaSyntactic/userfriendly.pm',
    'Acme/MetaSyntactic/vcs.pm',
    'Acme/MetaSyntactic/viclones.pm',
    'Acme/MetaSyntactic/wales_towns.pm',
    'Acme/MetaSyntactic/weekdays.pm',
    'Acme/MetaSyntactic/yapc.pm',
    'Acme/MetaSyntactic/zodiac.pm'
);



( run in 2.531 seconds using v1.01-cache-2.11-cpan-88abd93f124 )