From 711751bcf9d1e22da6cc03b900ce9ddbd34acc22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Thu, 9 Aug 2007 15:47:15 +0000 Subject: [PATCH] r5779@merlin: jquelin | 2007-08-09 11:00:01 +0200 meta file of the distributions --- LICENSE | 1 + MANIFEST | 12 ++++++++++++ MANIFEST.SKIP | 40 ++++++++++++++++++++++++++++++++++++++++ README | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 106 insertions(+) create mode 100644 LICENSE create mode 100644 MANIFEST create mode 100644 MANIFEST.SKIP create mode 100644 README diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2fc18f0 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +You can use Acme::MetaSyntactic::buzzwords under the same terms as Perl itself. diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..b85f7e2 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,12 @@ +Acme-MetaSyntactic-buzzwords-0.01/META.yml +Build.PL +Changes +lib/Acme/MetaSyntactic/buzzwords.pm +LICENSE +Makefile.PL +MANIFEST +META.yml +README +t/00-load.t +t/01-pod.t +t/02-pod-coverage.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..5bbddbd --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,40 @@ +# Avoid version control files. +\bRCS\b +\bCVS\b +,v$ +\B\.svn\b +\B\.cvsignore$ + +# Avoid Makemaker generated and utility files. +\bMakefile$ +\bblib +\bMakeMaker-\d +\bpm_to_blib$ +\bblibdirs$ +^MANIFEST\.SKIP$ + +# Avoid Module::Build generated and utility files. +\bBuild$ +\bBuild.bat$ +\b_build + +# Avoid Devel::Cover generated files +\bcover_db + +# Avoid temp and backup files. +.swp$ +~$ +\.tmp$ +\.old$ +\.bak$ +\#$ +\.# +\.rej$ + +# Avoid OS-specific files/dirs +# Mac OSX metadata +\B\.DS_Store +# Mac OSX SMB mount metadata files +\B\._ +# Avoid archives of this distribution +\bGeo-ICAO-[\d\.\_]+ diff --git a/README b/README new file mode 100644 index 0000000..f112b7a --- /dev/null +++ b/README @@ -0,0 +1,53 @@ +Geo::ICAO +========= + +This Perl module adds a buzzwords theme to Acme::Metasyntactic. + + + +INSTALLATION +============ + +To install this module, run the following commands: + + perl Makefile.PL + make + make test + make install + + +Or, using Module::Builder: + + perl Build.PL + ./Build + ./Build test + ./Build install + + + +SUPPORT AND DOCUMENTATION +========================= + +After installing, you can find documentation for this module with the perldoc command. + + perldoc Acme::Metasyntactic::buzzwords + +You can also look for information at: + . Search CPAN + http://search.cpan.org/dist/Acme-MetaSyntactic-buzzwords + . CPAN Request Tracker: + http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-MetaSyntactic-buzzwords + . AnnoCPAN, annotated CPAN documentation: + http://annocpan.org/dist/Acme-MetaSyntactic-buzzwords + . CPAN Ratings: + http://cpanratings.perl.org/d/Acme-MetaSyntactic-buzzwords + + + +COPYRIGHT AND LICENCE +===================== + +Copyright (c) 2007 Jerome Quelin, all rights reserved. + +This program is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. -- 2.11.4.GIT