diff -Nru libtext-greeking-perl-0.12/Changes libtext-greeking-perl-0.14/Changes --- libtext-greeking-perl-0.12/Changes 1970-01-01 00:00:00.000000000 +0000 +++ libtext-greeking-perl-0.14/Changes 2014-09-15 09:31:31.000000000 +0000 @@ -0,0 +1,32 @@ +Revision history for Perl module Text::Greeking + +0.14 2014-09-15 NEILB + - I hadn't noticed that t/01_compile.t was expecting min perl 5.0061, + where I set it on the dist as 5.006; this resulted in at least one + CPAN Testers failure. + - Added SEE ALSO link to Acme::CorpusScrambler + - Tidied up the SYNOPSIS + - Added Text::Lorem, Text::Lorem::More, Lingua::ManagementSpeak, + and Faker to SEE ALSO. + +0.13 2014-09-13 NEILB + - Fixed the pod errors which meant the doc wasn't appearing in MetaCPAN + - Added links to similar / related modules in SEE ALSO + - Added github repo to doc + - Switched to Dist::Zilla + - Reformatted this file as per CPAN::Changes::Spec + - Deleted tests that aren't needed under Dist::Zilla + +0.12 2009-08-27 TIMA + - Applied patch to fix busted POD formatting. (Christine Spang) + - Added proper standard units tests + - Added lots of meta to Makefile.PL + - Updated contact and copyright information + - Ran perltidy of code + +0.11 2005-03-13 TIMA + - Fixed botched distribution. + +0.1 2005-03-13 TIMA + - Initial release into CPAN. + diff -Nru libtext-greeking-perl-0.12/CHANGES libtext-greeking-perl-0.14/CHANGES --- libtext-greeking-perl-0.12/CHANGES 2009-08-27 17:44:26.000000000 +0000 +++ libtext-greeking-perl-0.14/CHANGES 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -Revision history for Perl extension Text::Greeking; - -0.12 Aug 27 2009 - - Applied patch to fix busted POD formatting. (Christine Spang) - - Added proper standard units tests - - Added lots of meta to Makefile.PL - - Updated contact and copyright information - - Ran perltidy of code - -0.11 Mar 13 2005 - - Fixed botched distribution. - -0.1 Mar 13 2005 - - Initial release into CPAN. diff -Nru libtext-greeking-perl-0.12/debian/changelog libtext-greeking-perl-0.14/debian/changelog --- libtext-greeking-perl-0.12/debian/changelog 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/changelog 2014-10-11 10:43:44.000000000 +0000 @@ -1,3 +1,39 @@ +libtext-greeking-perl (0.14-1) unstable; urgency=low + + * Team upload. + + [ Ryan Niebur ] + * Update jawnsy's email address + + [ gregor herrmann ] + * debian/rules: switch order of arguments to dh. + * debian/control: update {versioned,alternative} (build) dependencies. + * Strip trailing slash from metacpan URLs. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + * Update Vcs-Browser URL to cgit web frontend + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ Niko Tyni ] + * Imported Upstream version 0.14 + + Drop pod_errors.patch, applied upstream. + * Convert the source package to 3.0 (quilt) format. + * Add debian/upstream/metadata. + * Mark the package as autopkgtestable. + * Update debian/copyright to clarify the confusion around variants of + the Artistic license. + * Update to Standards-Version 3.9.6 (no changes). + + -- Niko Tyni Sat, 11 Oct 2014 13:42:32 +0300 + libtext-greeking-perl (0.12-1) unstable; urgency=low [ Jonathan Yu ] diff -Nru libtext-greeking-perl-0.12/debian/control libtext-greeking-perl-0.14/debian/control --- libtext-greeking-perl-0.12/debian/control 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/control 2014-10-09 21:31:12.000000000 +0000 @@ -1,20 +1,25 @@ Source: libtext-greeking-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) -Build-Depends-Indep: perl, libtest-pod-perl, libtest-cpan-meta-perl, - libtest-pod-coverage-perl, libtest-distmanifest-perl Maintainer: Debian Perl Group Uploaders: Christine Spang , - Jonathan Yu -Standards-Version: 3.8.3 -Homepage: http://search.cpan.org/dist/Text-Greeking/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-greeking-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-greeking-perl + Jonathan Yu +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, + libtest-pod-perl, + libtest-cpan-meta-perl, + libtest-pod-coverage-perl, + libtest-distmanifest-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-greeking-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-greeking-perl.git +Homepage: https://metacpan.org/release/Text-Greeking +Testsuite: autopkgtest-pkg-perl Package: libtext-greeking-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, + ${misc:Depends} Description: Perl module for generating meaningless filler text Greeking is the use of random letters or marks to show the overall appearance of a printed page without showing the actual text. Greeking @@ -29,3 +34,4 @@ by using randomly generated text and optionally varying word sources, repetitive and monotonous patterns that do not represent real system usage is avoided. + diff -Nru libtext-greeking-perl-0.12/debian/copyright libtext-greeking-perl-0.14/debian/copyright --- libtext-greeking-perl-0.12/debian/copyright 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/copyright 2014-10-09 21:27:38.000000000 +0000 @@ -1,20 +1,33 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Timothy Appnel -Upstream-Source: http://search.cpan.org/dist/Text-Greeking/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-Greeking +Upstream-Contact: Timothy Appnel +Source: https://metacpan.org/release/Text-Greeking Files: * Copyright: 2005-2009, Timothy Appnel License: Artistic + From lib/Text/Greeking.pm: + . + The software is released under the Artistic License. The + terms of the Artistic License are described at + L. + . + Although there is a LICENSE file in the top directory as of version + 0.14 with the "Artistic-1.0" (in spdx.org terminology) license in it, + the license linked above is the one that comes with Perl itself, + called "Artistic-1.0-Perl" by spdx.org. It is assumed that the + "Artistic-1.0-Perl" license is the intended one. + . + On Debian GNU/Linux systems, the complete text of the + Artistic License (as shipped with Perl) can be found in + `/usr/share/common-licenses/Artistic' Files: debian/* -Copyright: 2009, Jonathan Yu +Copyright: 2009, Jonathan Yu 2009, Christine Spang License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' -License: Artistic - This program is free software; you can redistribute it and/or modify - it under the terms of the Artistic License, which comes with Perl. - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' diff -Nru libtext-greeking-perl-0.12/debian/patches/pod_errors.patch libtext-greeking-perl-0.14/debian/patches/pod_errors.patch --- libtext-greeking-perl-0.12/debian/patches/pod_errors.patch 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/patches/pod_errors.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Description: Remove =begin pod - Upstream perldoc has =begin pod and =end pod lines - which result in no POD being output at all. -Origin: vendor -Forwarded: no -Author: Christine Spang -Reviewed-by: Jonathan Yu ---- a/lib/Text/Greeking.pm -+++ b/lib/Text/Greeking.pm -@@ -116,8 +116,6 @@ - - __END__ - --=begin pod -- - =head1 NAME - - Text::Greeking - a module for generating meaningless text -@@ -241,5 +239,3 @@ - reserved. - - =cut -- --=end pod diff -Nru libtext-greeking-perl-0.12/debian/patches/series libtext-greeking-perl-0.14/debian/patches/series --- libtext-greeking-perl-0.12/debian/patches/series 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -pod_errors.patch diff -Nru libtext-greeking-perl-0.12/debian/README.source libtext-greeking-perl-0.14/debian/README.source --- libtext-greeking-perl-0.12/debian/README.source 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explanation. diff -Nru libtext-greeking-perl-0.12/debian/rules libtext-greeking-perl-0.14/debian/rules --- libtext-greeking-perl-0.12/debian/rules 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/rules 2014-10-08 20:04:26.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 MANIFEST_WARN_ONLY=1 dh_auto_test diff -Nru libtext-greeking-perl-0.12/debian/source/format libtext-greeking-perl-0.14/debian/source/format --- libtext-greeking-perl-0.12/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/source/format 2014-10-08 20:04:26.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libtext-greeking-perl-0.12/debian/upstream/metadata libtext-greeking-perl-0.14/debian/upstream/metadata --- libtext-greeking-perl-0.12/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/upstream/metadata 2014-10-08 20:05:42.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Archive: CPAN +Contact: Timothy Appnel +Name: Text-Greeking +Repository: https://github.com/neilbowers/Text-Greeking.git diff -Nru libtext-greeking-perl-0.12/debian/watch libtext-greeking-perl-0.14/debian/watch --- libtext-greeking-perl-0.12/debian/watch 2014-10-26 08:15:23.000000000 +0000 +++ libtext-greeking-perl-0.14/debian/watch 2014-10-08 20:03:28.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Text-Greeking/ .*/Text-Greeking-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Text-Greeking .*/Text-Greeking-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libtext-greeking-perl-0.12/dist.ini libtext-greeking-perl-0.14/dist.ini --- libtext-greeking-perl-0.12/dist.ini 1970-01-01 00:00:00.000000000 +0000 +++ libtext-greeking-perl-0.14/dist.ini 2014-09-15 09:31:31.000000000 +0000 @@ -0,0 +1,12 @@ +name = Text-Greeking +author = Timothy Appnel +license = Artistic_1_0 +copyright_holder = Timothy Appnel +copyright_year = 2005 + +version = 0.14 + +[@Basic] +[PkgVersion] +[AutoPrereqs] +[GithubMeta] diff -Nru libtext-greeking-perl-0.12/.gitignore libtext-greeking-perl-0.14/.gitignore --- libtext-greeking-perl-0.12/.gitignore 2009-08-27 17:33:43.000000000 +0000 +++ libtext-greeking-perl-0.14/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -.DS_Store -Makefile.old -Makefile -blib/ -pm_to_blib -*.bak diff -Nru libtext-greeking-perl-0.12/lib/Text/Greeking.pm libtext-greeking-perl-0.14/lib/Text/Greeking.pm --- libtext-greeking-perl-0.12/lib/Text/Greeking.pm 2009-08-27 18:12:02.000000000 +0000 +++ libtext-greeking-perl-0.14/lib/Text/Greeking.pm 2014-09-15 09:31:31.000000000 +0000 @@ -1,10 +1,9 @@ package Text::Greeking; +$Text::Greeking::VERSION = '0.14'; +use 5.006; use strict; use warnings; -use vars qw( $VERSION ); -$VERSION = 0.12; - # make controllable eventually. my @punc = split('', '..........??!'); my @inpunc = split('', ',,,,,,,,,,;;:'); @@ -116,26 +115,20 @@ __END__ -=begin pod - =head1 NAME -Text::Greeking - a module for generating meaningless text -that creates the illusion of the finished document. +Text::Greeking - generate meaningless text (eg to fill a page when designing) =head1 SYNOPSIS - #!/usr/bin/perl -w - use strict; - use Text::Greeking; - + my $g = Text::Greeking->new; - $g->paragraphs(1,2) # min of 1 paragraph and a max of 2 - $g->sentences(2,5) # min of 2 sentences per paragraph and a max of 5 - $g->words(8,16) # min of 8 words per sentence and a max of 16 - print $g->generate; # use default Lorem Ipsum source - + $g->paragraphs(1,2) # min of 1 paragraph and a max of 2 + $g->sentences(2,5) # min of 2 sentences per paragraph and a max of 5 + $g->words(8,16) # min of 8 words per sentence and a max of 16 + print $g->generate; # use default Lorem Ipsum source + =head1 DESCRIPTION Greeking is the use of random letters or marks to show the @@ -208,7 +201,34 @@ =head1 SEE ALSO -http://en.wikipedia.org/wiki/Greeking +L - an interface to L. + +L - generate random latin-looking text. + +L - class that provides methods for generating various +types of structured latin filler text, such as names, words, sentences, +paragraphs, titles, hostnames, etc. + +L - generate Japanese filler text. + +L - generate Chinese filler text. + +L - another module for generating Chinese filler text. + +L - generates filler text based on text that you +provide; falls back to the using the corpus for L. + +L - a template toolkit plugin +for C. + +L - an extensible framework for generating fake data, +including I style filler text. + +L - generates filler text in 'management speak'. + +L - pedant. + +The L. =head1 TO DO @@ -220,13 +240,9 @@ =back -=head1 PARTICIPATION +=head1 REPOSITORY -I welcome and accept patches in diff format. If you wish to -hack on this code, please fork the git repository found at: -L. If you have -something to push back to my repository, just use the "pull -request" button on the github site. +L =head1 LICENSE @@ -242,4 +258,3 @@ =cut -=end pod diff -Nru libtext-greeking-perl-0.12/LICENSE libtext-greeking-perl-0.14/LICENSE --- libtext-greeking-perl-0.12/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ libtext-greeking-perl-0.14/LICENSE 2014-09-15 09:31:31.000000000 +0000 @@ -0,0 +1,104 @@ +This software is Copyright (c) 2005 by Timothy Appnel. + +This is free software, licensed under: + + The Artistic License 1.0 + +The Artistic License + +Preamble + +The intent of this document is to state the conditions under which a Package +may be copied, such that the Copyright Holder maintains some semblance of +artistic control over the development of the package, while giving the users of +the package the right to use and distribute the Package in a more-or-less +customary fashion, plus the right to make reasonable modifications. + +Definitions: + + - "Package" refers to the collection of files distributed by the Copyright + Holder, and derivatives of that collection of files created through + textual modification. + - "Standard Version" refers to such a Package if it has not been modified, + or has been modified in accordance with the wishes of the Copyright + Holder. + - "Copyright Holder" is whoever is named in the copyright or copyrights for + the package. + - "You" is you, if you're thinking about copying or distributing this Package. + - "Reasonable copying fee" is whatever you can justify on the basis of media + 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 + Freely Available, such as by posting said modifications to Usenet or an + equivalent medium, or placing the modifications on a major archive site + such as ftp.uu.net, or by allowing the Copyright Holder to include your + modifications in the Standard Version of the Package. + + b) use the modified Package only within your corporation or organization. + + c) rename any non-standard executables so the names do not conflict with + standard executables, which must also be provided, and provide a separate + manual page for each non-standard executable that clearly documents how it + differs from the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or executable +form, provided that you do at least ONE of the following: + + a) distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where to + get the Standard Version. + + b) accompany the distribution with the machine-readable source of the Package + with your modifications. + + c) accompany any non-standard executables with their corresponding Standard + Version executables, giving the non-standard executables non-standard + names, and clearly documenting the differences in manual pages (or + equivalent), together with instructions on where to get the Standard + Version. + + d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this Package. You +may not charge a fee for this Package itself. However, you may distribute this +Package in aggregate with other (possibly commercial) programs as part of a +larger (possibly commercial) software distribution provided that you do not +advertise this Package as a product of your own. + +6. The scripts and library files supplied as input to or produced as output +from the programs of this Package do not automatically fall under the copyright +of this Package, but belong to whomever generated them, and may be sold +commercially, and may be aggregated with this Package. + +7. C or perl subroutines supplied by you and linked into this Package shall not +be considered part of this Package. + +8. The name of the Copyright Holder may not be used to endorse or promote +products derived from this software without specific prior written permission. + +9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +The End diff -Nru libtext-greeking-perl-0.12/Makefile.PL libtext-greeking-perl-0.14/Makefile.PL --- libtext-greeking-perl-0.12/Makefile.PL 2009-08-27 17:54:33.000000000 +0000 +++ libtext-greeking-perl-0.14/Makefile.PL 2014-09-15 09:31:31.000000000 +0000 @@ -1,20 +1,55 @@ -use ExtUtils::MakeMaker; + +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020. use strict; +use warnings; + +use 5.006; + +use ExtUtils::MakeMaker ; + + + +my %WriteMakefileArgs = ( + "ABSTRACT" => "generate meaningless text (eg to fill a page when designing)", + "AUTHOR" => "Timothy Appnel ", + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => 0 + }, + "DISTNAME" => "Text-Greeking", + "EXE_FILES" => [], + "LICENSE" => "artistic", + "NAME" => "Text::Greeking", + "PREREQ_PM" => { + "strict" => 0, + "warnings" => 0 + }, + "TEST_REQUIRES" => { + "Test::More" => 0 + }, + "VERSION" => "0.14", + "test" => { + "TESTS" => "t/*.t" + } +); + -WriteMakefile( - 'NAME' => 'Text::Greeking', - 'VERSION_FROM' => 'lib/Text/Greeking.pm', - 'ABSTRACT_FROM' => 'lib/Text/Greeking.pm', - 'MIN_PERL_VERSION' => '5.006', - 'LICENSE' => 'perl', - 'AUTHOR' => 'Timothy Appnel ', - 'PREREQ_PM' => {}, - 'META_MERGE' => { - 'resources' => { - 'license' => 'http://dev.perl.org/licenses/', - 'repository' => 'http://github.com/tima/perl-text-greeking', - 'bugtracker' => - 'http://rt.cpan.org/Public/Dist/Display.html?Name=Text-Greeking', - }, - }, +my %FallbackPrereqs = ( + "Test::More" => 0, + "strict" => 0, + "warnings" => 0 ); + + +unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { + delete $WriteMakefileArgs{TEST_REQUIRES}; + delete $WriteMakefileArgs{BUILD_REQUIRES}; + $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; +} + +delete $WriteMakefileArgs{CONFIGURE_REQUIRES} + unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; + +WriteMakefile(%WriteMakefileArgs); + + + diff -Nru libtext-greeking-perl-0.12/MANIFEST libtext-greeking-perl-0.14/MANIFEST --- libtext-greeking-perl-0.12/MANIFEST 2009-08-27 17:57:01.000000000 +0000 +++ libtext-greeking-perl-0.14/MANIFEST 2014-09-15 09:31:31.000000000 +0000 @@ -1,15 +1,12 @@ -.gitignore -.perltidyrc -CHANGES -lib/Text/Greeking.pm -Makefile.PL -MANIFEST This list of files -MANIFEST.SKIP +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020. +Changes +LICENSE +MANIFEST META.yml +Makefile.PL README +dist.ini +lib/Text/Greeking.pm t/01_compile.t -t/90_perltidy.t -t/96_manifest.t -t/97_meta.t t/98_pod_syntax.t t/99_pod_coverage.t diff -Nru libtext-greeking-perl-0.12/MANIFEST.SKIP libtext-greeking-perl-0.14/MANIFEST.SKIP --- libtext-greeking-perl-0.12/MANIFEST.SKIP 2009-08-27 17:56:29.000000000 +0000 +++ libtext-greeking-perl-0.14/MANIFEST.SKIP 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -\.git[^i] -\.old$ -\.bak$ -^build -#^MANIFEST -^Makefile$ -#^t\b -test -^\._ -blib -pm_to_blib diff -Nru libtext-greeking-perl-0.12/META.yml libtext-greeking-perl-0.14/META.yml --- libtext-greeking-perl-0.12/META.yml 2009-08-27 18:13:55.000000000 +0000 +++ libtext-greeking-perl-0.14/META.yml 2014-09-15 09:31:31.000000000 +0000 @@ -1,26 +1,23 @@ ---- #YAML:1.0 -name: Text-Greeking -version: 0.12 -abstract: a module for generating meaningless text +--- +abstract: 'generate meaningless text (eg to fill a page when designing)' author: - - Timothy Appnel -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Timothy Appnel ' build_requires: - ExtUtils::MakeMaker: 0 + Test::More: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 0 +generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.141170' +license: artistic +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Text-Greeking requires: - perl: 5.006 + perl: '5.006' + strict: '0' + warnings: '0' resources: - bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Text-Greeking - license: http://dev.perl.org/licenses/ - repository: http://github.com/tima/perl-text-greeking -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.54 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + homepage: https://github.com/neilbowers/Text-Greeking + repository: https://github.com/neilbowers/Text-Greeking.git +version: '0.14' diff -Nru libtext-greeking-perl-0.12/.perltidyrc libtext-greeking-perl-0.14/.perltidyrc --- libtext-greeking-perl-0.12/.perltidyrc 2009-08-27 17:15:12.000000000 +0000 +++ libtext-greeking-perl-0.14/.perltidyrc 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -# Thanks to the Mojo team for an excellent .perltidyrc -# From http://github.com/kraih/mojo/blob/685a370c882b1e7f22fde88f00eb222c14cbb2c2/.perltidyrc -# Perl Best Practices (plus errata) .perltidyrc file - --l=98 # Max line width is 98 cols --i=4 # Indent level is 4 cols --ci=4 # Continuation indent is 4 cols -#-st # Output to STDOUT --se # Errors to STDERR --vt=2 # Maximal vertical tightness --cti=0 # No extra indentation for closing brackets --pt=1 # Medium parenthesis tightness --bt=1 # Medium brace tightness --sbt=1 # Medium square bracket tightness --bbt=1 # Medium block brace tightness --nsfs # No space before semicolons --nolq # Don't outdent long quoted strings --wbb="% + - * / x != == >= <= =~ < > | & **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" - # Break before all operators - -# extras/overrides/deviations from PBP - ---maximum-line-length=78 # be less generous ---warning-output # Show warnings ---maximum-consecutive-blank-lines=2 # default is 1 ---nohanging-side-comments # troublesome for commented out code - --isbc # block comments may only be indented if they have some space characters before the # --ci=2 # Continuation indent is 2 cols - -# we use version control, so just rewrite the file --b - -# for the up-tight folk :) --pt=2 # High parenthesis tightness --bt=2 # High brace tightness --sbt=2 # High square bracket tightness diff -Nru libtext-greeking-perl-0.12/README libtext-greeking-perl-0.14/README --- libtext-greeking-perl-0.12/README 2009-08-27 17:55:16.000000000 +0000 +++ libtext-greeking-perl-0.14/README 2014-09-15 09:31:31.000000000 +0000 @@ -1,20 +1,16 @@ -Text::Greeking is a module for generating meaningless text -that creates the illusion of the finished document. -INSTALLATION -To install this module type the following: +This archive contains the distribution Text-Greeking, +version 0.14: + + generate meaningless text (eg to fill a page when designing) + +This software is Copyright (c) 2005 by Timothy Appnel. + +This is free software, licensed under: + + The Artistic License 1.0 + + +This README file was generated by Dist::Zilla::Plugin::Readme v5.020. - perl Makefile.PL - make - make test - make install - -COPYRIGHT AND LICENCE - -The software is released under the Artistic License. The -terms of the Artistic License are described at -http://www.perl.com/language/misc/Artistic.html. Except -where otherwise noted, Text::Greeking is Copyright -2005-2009, Timothy Appnel, tima@cpan.org. All rights -reserved. diff -Nru libtext-greeking-perl-0.12/t/01_compile.t libtext-greeking-perl-0.14/t/01_compile.t --- libtext-greeking-perl-0.12/t/01_compile.t 2009-08-27 17:52:50.000000000 +0000 +++ libtext-greeking-perl-0.14/t/01_compile.t 2014-09-15 09:31:31.000000000 +0000 @@ -6,6 +6,6 @@ use warnings; use Test::More tests => 2; -ok($] >= 5.0061, "Your perl is new enough"); +ok($] >= 5.006, "Your perl is new enough"); use_ok('Text::Greeking'); diff -Nru libtext-greeking-perl-0.12/t/90_perltidy.t libtext-greeking-perl-0.14/t/90_perltidy.t --- libtext-greeking-perl-0.12/t/90_perltidy.t 2009-08-27 17:52:50.000000000 +0000 +++ libtext-greeking-perl-0.14/t/90_perltidy.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -#!perl - -# Test that our code has been tidied - -use strict; -use warnings; -use Test::More; - -my $MODULE = 'Test::PerlTidy'; - -# Don't run tests for installs -unless ($ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING}) { - plan(skip_all => "Author tests not required for installation"); -} - -# Load the testing module -eval "use $MODULE"; -if ($@) { - $ENV{RELEASE_TESTING} - ? die("Failed to load required release-testing module $MODULE") - : plan(skip_all => "$MODULE not available for testing"); -} -run_tests(); diff -Nru libtext-greeking-perl-0.12/t/96_manifest.t libtext-greeking-perl-0.14/t/96_manifest.t --- libtext-greeking-perl-0.12/t/96_manifest.t 2009-08-27 17:52:50.000000000 +0000 +++ libtext-greeking-perl-0.14/t/96_manifest.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -#!perl - -# Test that our MANIFEST file is accurate - -use strict; -use warnings; -use Test::More; - -# $ENV{MANIFEST_WARN_ONLY} = 1; -# export MANIFEST_WARN_ONLY=1; - -my $MODULE = 'Test::DistManifest'; - -# Don't run tests for installs -unless ($ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING}) { - plan(skip_all => "Author tests not required for installation"); -} - -# Load the testing module -eval "use $MODULE"; -if ($@) { - $ENV{RELEASE_TESTING} - ? die("Failed to load required release-testing module $MODULE") - : plan(skip_all => "$MODULE not available for testing"); -} -manifest_ok('MANIFEST', 'MANIFEST.SKIP'); diff -Nru libtext-greeking-perl-0.12/t/97_meta.t libtext-greeking-perl-0.14/t/97_meta.t --- libtext-greeking-perl-0.12/t/97_meta.t 2009-08-27 17:52:50.000000000 +0000 +++ libtext-greeking-perl-0.14/t/97_meta.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -#!perl - -# Test that our META.yml file matches the current specification. - -use strict; -use warnings; -use Test::More; - -my $MODULE = 'Test::CPAN::Meta 0.12'; - -# Don't run tests for installs -unless ($ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING}) { - plan(skip_all => "Author tests not required for installation"); -} - -# Load the testing module -eval "use $MODULE"; -if ($@) { - $ENV{RELEASE_TESTING} - ? die("Failed to load required release-testing module $MODULE") - : plan(skip_all => "$MODULE not available for testing"); -} - -meta_yaml_ok();