view release on metacpan or search on metacpan
you have. You must make sure that they, too, receive or can get the
source code. And you must tell them their rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any program or other work which
contains a notice placed by the copyright holder saying it may be
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
remain in full compliance.
5. By copying, distributing or modifying the Program (or any work based
on the Program) you indicate your acceptance of this license to do so,
and all its terms and conditions.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the original
licensor to copy, distribute or modify the Program subject to these
terms and conditions. You may not impose any further restrictions on the
recipients' exercise of the rights granted herein.
7. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
cost, duplication charges, time of people involved, and so on. (You will
not be required to justify it to the Copyright Holder, but only to the
computing community at large as a market that must bear the fee.)
- "Freely Available" means that no fee is charged for the item itself, though
there may be fees involved in handling the item. It also means that
recipients of the item may redistribute it under the same conditions they
received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
duplicate all of the original copyright notices and associated disclaimers.
2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:
a) place your modifications in the Public Domain or otherwise make them
{
"abstract" : "The original Acme::MetaSyntactic themes",
"author" : [
"Philippe Bruhat (BooK) <book@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'The original Acme::MetaSyntactic themes'
author:
- 'Philippe Bruhat (BooK) <book@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::MetaSyntactic: '0'
Test::More: '0'
perl: '5.006'
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "The original Acme::MetaSyntactic themes",
"AUTHOR" => "Philippe Bruhat (BooK) <book\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-MetaSyntactic-Themes",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Acme::MetaSyntactic::Themes",
"PREREQ_PM" => {
"Acme::MetaSyntactic::Alias" => 0,
NAME
Acme::MetaSyntactic::Themes - The original Acme::MetaSyntactic themes
DESCRIPTION
This distribution contains all the themes that were included in
Acme-MetaSyntactic 0.99 in November 2006, plus several new additions.
INSTALL
To install this module, run the following commands:
name = Acme-MetaSyntactic-Themes
abstract = The original Acme::MetaSyntactic themes
author = Philippe Bruhat (BooK) <book@cpan.org>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2005-2015
[@Filter]
-bundle = @Basic
-remove = Readme
[PruneFiles]
[Test::Compile]
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[@Git]
changelog = Changes
commit_msg = Changes for version %v
tag_format = v%v
tag_message = %N v%v
push_to = origin
push_to = github
[Git::NextVersion]
[Meta::Contributors]
contributor = Ãric Guirbal <eguirbal@cpan.org>
contributor = Brian Gottreu <gottreu@cpan.org>
contributor = Ãric Cassagnard <eric.cassagnard@gmail.com>
contributor = Laurent Gautrot <lgautrot@cpan.org>
contributor = Olivier Mengué <dolmen@cpan.org>
lib/Acme/MetaSyntactic/Themes.pod view on Meta::CPAN
=head1 NAME
Acme::MetaSyntactic::Themes - The original Acme::MetaSyntactic themes
=head1 SYNOPSIS
use Acme::MetaSyntactic qw( batman );
print metabatman; # kapow
=head1 DESCRIPTION
From January 2005 to November 2006, I have published a CPAN distribution
a week, including new themes for L<Acme::MetaSyntactic> (almost) every week.
lib/Acme/MetaSyntactic/care_bears.pm view on Meta::CPAN
=back
=head1 SEE ALSO
L<Acme::MetaSyntactic>, L<Acme::MetaSyntactic::MultiList>.
=cut
__DATA__
# names original
Bedtime_Bear
Birthday_Bear
Cheer_Bear
Friend_Bear
Funshine_Bear
Good_Luck_Bear
Grumpy_Bear
Love_a_Lot_Bear
Tenderheart_Bear
Wish_Bear
lib/Acme/MetaSyntactic/doctor_who.pm view on Meta::CPAN
our $VERSION = '1.000';
__PACKAGE__->init();
1;
=head1 NAME
Acme::MetaSyntactic::doctor_who - The Doctor Who theme
=head1 DESCRIPTION
This theme uses names of various people, places and things from the original
run (1963-1989) of the BBC science fiction series Doctor Who. (The series was
revived in 2005, but that's a module for another day.)
For references, see:
L<http://nitro9.earth.uni.edu/doctor/homepage.html> (dead link),
L<http://www.drwhoguide.com/>.
=head1 CONTRIBUTOR
David H. Adler (aka dha).
lib/Acme/MetaSyntactic/donmartin.pm view on Meta::CPAN
2006-07-24
Updated from the online list in Acme-MetaSyntactic version 0.84.
=item *
2006-01-30
Flavio Poletti told me that a few onomatopoeias were missing. I didn't
add them, but made the list updatable from the original list URL.
I had to cut two items that were more than 251 character long, so that
list items are still valid Perl identifiers.
List entirely updated in Acme-MetaSyntactic version 0.59.
=item *
2005-03-28
Duplicates removed in Acme-MetaSyntactic version 0.15.
lib/Acme/MetaSyntactic/evangelion.pm view on Meta::CPAN
L<http://en.wikipedia.org/wiki/Neon_Genesis_Evangelion> is a good
start to read about about I<Evangelion>.
=head2 Categories
This theme contains the following categories:
=over
=item * pilots/original
names of the Evangelion pilots
=item * pilots/Rebuild
names of the additional pilots in I<Rebuild of Evangelion>
=item * staff/nerv/original
names of the people working for the Nerv organisation
=item * staff/nerv/dead
names of the people who worked for the Nerv organisation,
but are dead before the beginning of the show
=item * staff/nerv/IkuseiKeikaku
lib/Acme/MetaSyntactic/evangelion.pm view on Meta::CPAN
names of the MAGI super-computer
=item * evas
Japanese names of the Evangelions
=item * angels
names of the Angels (Shito)
=item * students/original
names of other students
=item * students/IkuseiKeikaku
names of other students
in I<Shin Seiki Evangelion: Ikari Shinji Ikusei Keikaku>
=item * animals
lib/Acme/MetaSyntactic/evangelion.pm view on Meta::CPAN
=back
=head1 SEE ALSO
L<Acme::MetaSyntactic>, L<Acme::MetaSyntactic::List>.
=cut
__DATA__
# names pilots original
First_Children Ayanami_Rei
Second_Children Soryu_Asuka_Langley
Third_Children Ikari_Shinji
Fourth_Children Suzuhara_Toji
Fifth_Children Nagisa_Kaworu
# names pilots Rebuild
Shikinami_Asuka_Langley
Makinami_Illustrious_Mari
# names staff nerv original
Ikari_Gendoo
Fuyutsuki_Kozo
Akagi_Ritsuko
Katsuragi_Misato
Ryouji_Kaji
Ibuki_Maya
Hyuga_Makoto
Shigeru_Aoba
# names staff nerv dead
Ikari_Yui
lib/Acme/MetaSyntactic/evangelion.pm view on Meta::CPAN
# names magi
MAGI Melchior Balthasar Casper
# names evas
Zerogoki Shogoki Nigoki Sangoki Yongoki Ryousanki
# names angels
Adam Lilith Sachiel Shamshel Ramiel Gaghiel Israfel Sandalphon Matarael
Sahaqiel Ireul Leliel Bardiel Zeruel Arael Armisael Tabris Lilin
# names students original
Aida_Kensuke
Horaki_Hikari
# names students IkuseiKeikaku
Kirishima_Mana
# names animals
Pen_Pen
# names glossary common
Seele Gehirn Nerv Marduk_Institute
lib/Acme/MetaSyntactic/haddock.pm view on Meta::CPAN
from L<http://members.fortunecity.com/tintinsnowy/characters/abuses.html>
and L<http://www.tintinologist.org/guides/lists/curses.html>.
The Dutch list was extracted from
L<http://www.xs4all.nl/~janhee/haddock.html> by Jan Pieter Cornet.
Tintin was translated in many languages, please send my your lists.
=head1 CONTRIBUTORS
Jérôme Fenal provided the original idea and the French and English lists.
Jan Pieter Cornet provided the Dutch list.
=head1 CHANGES
=over 4
=item *
2013-06-03 - v1.002
lib/Acme/MetaSyntactic/haddock.pm view on Meta::CPAN
Scolopendre Scorpion Serpent Simili_Martien_a_la_graisse_de_cabestan
Sinapisme Soulographe Tchouck_tchouck_nougat Technocrate Terroriste
Tete_de_lard Tete_de_mule Tigresse Tonnerre_de_Brest Topinambour
Tortionnaire Trafiquant_de_chair_humaine Traine_potence Traitre
Troglodyte Trompe_la_mort Vampire Vandale Va_nu_pieds Vaurien
Vegetarien Vercingetorix_de_carnaval Ver_de_terre Vermicelle
Vermine Vieille_perruche_bavarde Vieux_cachalot Vipere Visigoth
Vivisectionniste Voleur Voleur_d_enfants Zapoteque Zebre Zigomar Zouave
Zouave_interplanetaire Zoulou
# names en
Aardvark Abecedarians Abominable_Snowman Aborigine
Addle_pated_lumps_of_anthracite Anachronisms Anacoluthon
Anacoluthons Anamorphic_aardvark Anthracite Anthropithecus
Anthropophagus Artichoke Artichokes Autocrats Aztecs Baboon Baboons
Baby_snatchers Bagpipers Bald_headed_budgerigar Balkan_beetle
Bandit Bandits Bashi_bazouk Bashi_bazouks Beast Beastly_things
Beasts Belemnite Billions_of_Bilious_Blue_Blistering_Barnacles
Billions_of_billious_barbecued_blue_blistering_barnacles
Billions_of_Blue_Blistering_Barnacles Blackamoor Black_beetles
Blackbird Blackguard Blackguards Black_marketeers Black_Marketers
Blistereing_blundering_birdbrain Blistering_Barnacles Bloodsuckers
lib/Acme/MetaSyntactic/olympics.pm view on Meta::CPAN
=head1 NAME
Acme::MetaSyntactic::olympics - Olympic cities theme
=head1 DESCRIPTION
This theme lists the cities who have hosted, or will host, Olympic Games.
Cities for both the Summer and Winter games are listed.
The list was originally fetched from L<http://www.olympic.org/>.
The following cities have held, or will hold, the Olympic games:
=cut
{
my $data;
my $season;
for my $line ( split /\n/ => <<'=cut' ) {
lib/Acme/MetaSyntactic/tld.pm view on Meta::CPAN
media meet melbourne meme memorial men menu meo merckmsd metlife miami
microsoft mini mint mit mitsubishi mlb mls mma mobi mobile mobily moda
moe moi mom monash money monster montblanc mopar mormon mortgage moscow
moto motorcycles mov movie movistar msd mtn mtpc mtr mutual mutuelle
nab nadex nagoya nationwide natura navy nba nec netbank netflix
network neustar new newholland news next nextdirect nexus nfl ngo nhk
nico nike nikon ninja nissan nissay nokia northwesternmutual norton now
nowruz nowtv nra nrw ntt nyc
obi observer off office okinawa olayan olayangroup oldnavy ollo omega one
ong onl online onyourside ooo open oracle orange organic orientexpress
origins osaka otsuka ott ovh
page pamperedchef panasonic panerai paris pars partners parts party
passagens pay pccw pet pfizer pharmacy phd philips phone photo photography
photos physio piaget pics pictet pictures pid pin ping pink pioneer
pizza place play playstation plumbing plus pnc pohl poker politie porn
pramerica praxi press prime prod productions prof progressive promo
properties property protection pru prudential pub pwc
qpon quebec quest qvc
racing radio raid read realestate realtor realty recipes red redstone
redumbrella rehab reise reisen reit reliance ren rent rentals repair
report republican rest restaurant review reviews rexroth rich richardli