debian/0000755000000000000000000000000012200751166007166 5ustar debian/NEWS0000644000000000000000000000077412200735364007677 0ustar libpod-simple-perl (3.22-1) unstable; urgency=low From upstream changes (3.21): NOTE: COMPATIBILITY CHANGE: The 'codes_in_verbatim' option in Pod::Simple::XHTML is no longer enabled by default. This brings it agreement with the other formatting classes, and eliminates unexpected behavior in XHTML-formatted Pod. Users who depended on this functionality can still get it by enabling 'codes_in_verbatim' in their code. -- gregor herrmann Sat, 02 Jun 2012 19:44:01 +0200 debian/patches/0000755000000000000000000000000012200751166010615 5ustar debian/patches/series0000644000000000000000000000001712200751071012023 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000001367112200751166013463 0ustar Description: fix spelling errors in POD pick a bunch of commits from upstream git to fix many spelling errors, two of which were also found by lintian Origin: https://github.com/theory/pod-simple/commit/917a263fddc4e92a807d6024a5cfaca9d93719d0 Applied-Upstream: in v3.29 --- a/lib/Pod/Simple/Debug.pm +++ b/lib/Pod/Simple/Debug.pm @@ -1,4 +1,3 @@ - require 5; package Pod::Simple::Debug; use strict; @@ -97,7 +96,7 @@ any Pod::Simple-based class). If you try loading Pod::Simple::Debug after &Pod::Simple::DEBUG is already defined, Pod::Simple::Debug will throw a fatal error to the effect that -"it's s too late to call Pod::Simple::Debug". +"It's too late to call Pod::Simple::Debug". Note that the C)> mode will make Pod::Simple (et al) run rather slower, since &Pod::Simple::DEBUG won't --- a/lib/Pod/Simple/HTML.pm +++ b/lib/Pod/Simple/HTML.pm @@ -1,4 +1,3 @@ - require 5; package Pod::Simple::HTML; use strict; @@ -969,7 +968,7 @@ $Pod::Simple::HTML::Content_decl = q{}; -Set the value that will be ebedded in the opening tags of F, C tags and verbatim text. +Set the value that will be embedded in the opening tags of F, C tags and verbatim text. F maps to , C maps to , Verbatim text maps to
 (Computerese defaults to "")
 
   $Pod::Simple::HTML::Computerese =  ' class="some_class_name';
--- a/lib/Pod/Simple/PullParser.pm
+++ b/lib/Pod/Simple/PullParser.pm
@@ -1,4 +1,3 @@
-
 require 5;
 package Pod::Simple::PullParser;
 $VERSION = '3.28';
@@ -688,7 +687,7 @@
 This works like get_title except that it returns the contents of the
 "=head1 AUTHOR\n\nParagraph...\n" section, assuming that that section
 isn't terribly long. To recognize a "=head1 Author\n\nParagraph\n"
-section, pass the C otpion:
+section, pass the C option:
 
   $parser->get_author(nocase => 1);
 
@@ -699,7 +698,7 @@
 This works like get_title except that it returns the contents of the
 "=head1 DESCRIPTION\n\nParagraph...\n" section, assuming that that section
 isn't terribly long. To recognize a "=head1 Description\n\nParagraph\n"
-section, pass the C otpion:
+section, pass the C option:
 
   $parser->get_description(nocase => 1);
 
@@ -708,7 +707,7 @@
 This works like get_title except that it returns the contents of
 the "=head1 VERSION\n\n[BIG BLOCK]\n" block.  Note that this does NOT
 return the module's C<$VERSION>!! To recognize a
-"=head1 Version\n\n[BIG BLOCK]\n" section, pass the C otpion:
+"=head1 Version\n\n[BIG BLOCK]\n" section, pass the C option:
 
   $parser->get_version(nocase => 1);
 
--- a/lib/Pod/Simple/Search.pm
+++ b/lib/Pod/Simple/Search.pm
@@ -1,4 +1,3 @@
-
 require 5.005;
 package Pod::Simple::Search;
 use strict;
@@ -834,7 +833,7 @@
 
 Setting this attribute to a string value means that the searches should
 begin in the specified subdirectory name (like "Pod" or "File::Find",
-also expressable as "File/Find"). For example, the search option
+also expressible as "File/Find"). For example, the search option
 C<< $search->limit_glob("File::Find::R*") >>
 is the same as the combination of the search options
 C<< $search->limit_re("^File::Find::R") -> dir_prefix("File::Find") >>.
@@ -942,8 +941,7 @@
 The options to this argument is a list of either directories that are
 searched recursively, or files.  (Usually you wouldn't specify files,
 but just dirs.)  Or you can just specify an empty-list, as in
-$name2path; with the
-C option on, as it is by default, teh
+$name2path; with the C option on, as it is by default.
 
 The POD names of files are the plain basenames with any Perl-like
 extension (.pm, .pl, .pod) stripped, and path separators replaced by
--- a/lib/Pod/Simple/SimpleTree.pm
+++ b/lib/Pod/Simple/SimpleTree.pm
@@ -1,5 +1,4 @@
 
-
 require 5;
 package Pod::Simple::SimpleTree;
 use strict;
@@ -121,7 +120,7 @@
 See the example tree dump in the Synopsis, above.
 
 Every text node in the tree is represented by a simple (non-ref)
-string scalar.  So you can test C to see whather you have
+string scalar.  So you can test C to see whether you have
 an element node or just a text node.
 
 The top node in the tree is C<[ 'Document', \%attributes,
--- a/lib/Pod/Simple/Subclassing.pod
+++ b/lib/Pod/Simple/Subclassing.pod
@@ -1,4 +1,3 @@
-
 =head1 NAME
 
 Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass
@@ -545,7 +544,7 @@
 Note that the values for the I attributes of "item-number"
 elements in a given "over-number" area I start at 1 and go up by
 one each time.  If the Pod source doesn't follow that order (even though
-it really should should!), whatever numbers it has will be ignored (with
+it really should!), whatever numbers it has will be ignored (with
 the correct values being put in the I attributes), and an error
 message might be issued to the user.
 
--- a/lib/Pod/Simple/XHTML.pm
+++ b/lib/Pod/Simple/XHTML.pm
@@ -132,7 +132,7 @@
 
 =head2 html_charset
 
-The charater set to declare in the Content-Type meta tag created by default
+The character set to declare in the Content-Type meta tag created by default
 for C. Note that this option will be ignored if the value of
 C is changed. Defaults to "ISO-8859-1".
 
@@ -313,9 +313,9 @@
 
 The callback methods C and C emits the C tags
 before and after C is invoked, so you might want to override these
-together with C if this wrapping isn't suiteable.
+together with C if this wrapping isn't suitable.
 
-Note that the code might be broken into mulitple segments if there are
+Note that the code might be broken into multiple segments if there are
 nested formatting codes inside a C<< CE...> >> sequence.  In between the
 calls to C other markup tags might have been emitted in that
 case.  The same is true for verbatim sections if the C
debian/watch0000644000000000000000000000015712200735364010224 0ustar  version=3
https://metacpan.org/release/Pod-Simple/ .*/Pod-Simple-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
debian/copyright0000644000000000000000000000370112200744752011125 0ustar  Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Allison Randal 
Source: https://metacpan.org/release/Pod-Simple/
Upstream-Name: Pod-Simple

Files: *
Copyright: 2002, Sean M. Burke 
License: Artistic or GPL-1+

Files: lib/Pod/Simple/XHTML.pm
Copyright: 2003-2005, Allison Randal 
License: Artistic or GPL-1+

Files: lib/Pod/Simple/XMLOutStream.pm lib/Pod/Simple/HTML.pm
Copyright: 2002-2004, Sean M. Burke 
License: Artistic or GPL-1+

Files: t/perlfaq.pod t/perlfaqo.txt
Copyright: 1997-1999, Tom Christiansen 
 1997-1999, Nathan Torkington 
License: Artistic or GPL-1+

Files: inc/Module/*
Copyright: 2002-2010, Adam Kennedy 
 2002-2010, Audrey Tang 
 2002-2010, Brian Ingerson 
License: Artistic or GPL-1+

Files: debian/*
Copyright: 2003-2006, Jay Bonci 
 2007, Gunnar Wolf 
 2008, Damyan Ivanov 
 2009-2011, Jonathan Yu 
 2010, Wen Heping 
 2010-2012, gregor herrmann 
 2011, Ansgar Burchardt 
 2012-2013, Florian Schlichting 
License: Artistic or GPL-1+

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 systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.
debian/control0000644000000000000000000000227312200744437010600 0ustar  Source: libpod-simple-perl
Maintainer: Debian Perl Group 
Uploaders: Jay Bonci ,
           Damyan Ivanov ,
           Jonathan Yu ,
           gregor herrmann ,
           Florian Schlichting ,
           Dominic Hargreaves 
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     perl-doc,
                     libhtml-parser-perl,
                     libtest-pod-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-simple-perl.git
Homepage: https://metacpan.org/release/Pod-Simple/

Package: libpod-simple-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl
Description: framework for parsing files in the Pod markup language
 Pod::Simple is a Perl module that provides useful utilities for parsing text
 in the POD (Plain Old Documentation) markup language that is typically used to
 write documentation for Perl modules and scripts.

debian/compat0000644000000000000000000000000212200735364010366 0ustar  8
debian/changelog0000644000000000000000000002015712200751166011045 0ustar  libpod-simple-perl (3.28-1) unstable; urgency=low

  * Imported Upstream version 3.28.
  * Email change: Florian Schlichting -> fsfs@debian.org.
  * Bumped Standards-Version to 3.9.4 (no change).
  * Bumped years of packaging copyright.
  * Added spelling.patch fixing typos in POD.

 -- Florian Schlichting   Thu, 08 Aug 2013 18:40:46 +0200

libpod-simple-perl (3.26-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Dominic Hargreaves ]
  * New upstream release

 -- Dominic Hargreaves   Sun, 14 Apr 2013 12:45:36 +0100

libpod-simple-perl (3.22-1) unstable; urgency=low

  * New upstream release.
  * Remove patches, all applied upstream.
  * Update years of packaging copyright.
  * Add debian/NEWS mentioning a compatibility change.

 -- gregor herrmann   Sat, 02 Jun 2012 19:46:46 +0200

libpod-simple-perl (3.20-1) unstable; urgency=low

  * Imported Upstream version 3.20.
  * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
  * Forwarded patches to upstream.
  * Fixed a format violation in debian/copyright (files should be separated by
    whitespace, not comma).
  * Added fix-pod-spelling2.patch.
  * Added myself to uploaders and copyright.

 -- Florian Schlichting   Sun, 04 Mar 2012 23:02:40 +0100

libpod-simple-perl (3.19-1) unstable; urgency=low

  * New upstream release.
  * Update years of packaging copyright.
  * Add a new patch to fix POD syntax errors,

 -- gregor herrmann   Sun, 28 Aug 2011 20:23:42 +0200

libpod-simple-perl (3.18-1) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * New upstream release.
  * debian/control: Convert Vcs-* fields to Git.
  * debian/watch: Disallow "-" in upstream versions.
  * Bump Standards-Version to 3.9.2 (no changes).

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

 -- Ansgar Burchardt   Sun, 21 Aug 2011 23:44:53 +0200

libpod-simple-perl (3.16-1) unstable; urgency=low

  * New upstream release
  * Rewrite control description
  * Bump to debhelper compat 8
  * Refresh and remove unneeded patches

 -- Jonathan Yu   Wed, 16 Mar 2011 20:13:03 -0400

libpod-simple-perl (3.15-1) unstable; urgency=low

  [ Wen Heping ]
  * New upstream release
  * Standards-Version 3.9.1 (no changes)

  [ gregor herrmann ]
  * debian/rules: remove override, the "offending" files we deleted are not
    shipped anymore.
  * Add /me to Uploaders.
  * Make perl build dependency unversioned (stable has already 5.10).
  * Refresh patches, add one more spelling fix.
  * debian/copyright: update license stanzas and list of copyright holders for
    debian/*.

 -- gregor herrmann   Tue, 21 Dec 2010 15:46:47 +0100

libpod-simple-perl (3.14-1) unstable; urgency=low

  * New upstream release
  * Use new 3.0 (quilt) source format
  * Standards-Version 3.8.4 (no changes)
  * Add a patch to fix POD spelling errors
  * Update copyright information to DEP5 format

 -- Jonathan Yu   Sat, 01 May 2010 23:28:32 -0400

libpod-simple-perl (3.13-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release

  [ gregor herrmann ]
  * Add a patch to fix the POD and a test; add quilt framework.

 -- Jonathan Yu   Thu, 17 Dec 2009 11:04:50 -0500

libpod-simple-perl (3.11-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release

  [ gregor herrmann ]
  * debian/copyright: remove stanza for an extra file that is now covered by
    the general clause.

 -- Jonathan Yu   Wed, 09 Dec 2009 18:04:23 -0500

libpod-simple-perl (3.10-1) unstable; urgency=low

  * New upstream release

 -- Jonathan Yu   Thu, 12 Nov 2009 19:34:31 -0500

libpod-simple-perl (3.09-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Standards-Version 3.8.3 (no changes)

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ryan Niebur ]
  * Update jawnsy's email address

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.
  * debian/watch: use extended regexp for matching upstream versions.
  * debian/rules: minimize and use override_* feature.

 -- Jonathan Yu   Mon, 26 Oct 2009 19:03:16 -0400

libpod-simple-perl (3.08-1) unstable; urgency=low

  * New upstream release
    + Fix encoding handling for code in paragraphs (RT#45829)
    + Now installs in perl directory.. need to see if install is broken
  * Standards-Version 3.8.2
  * Fixed copyright (use info from changelog for debian/)
  * Added libhtml-parser-perl (for HTML::Entities) to B-D-I for testing

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

 -- Jonathan Yu   Fri, 17 Jul 2009 09:17:08 -0400

libpod-simple-perl (3.07-1) unstable; urgency=low

  * New upstream release
    Closes: #481958 -- contains the same version that's in perl-modules
  * add perl-modules (>= 5.10) to B-D-I as Test 1.25 is required by tests
  * add upstream maintainers info to debian/copyright
  * replace debian/rules with a three-liner thanks to debhelper 7
  * remove old perlpod* manages and POD, overriding the PODs in perl-doc
    Closes: #481961 -- perlpod and perlpodspec are also in the core

 -- Damyan Ivanov   Mon, 30 Jun 2008 00:01:21 +0300

libpod-simple-perl (3.05-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/rules: delete /usr/lib/perl5 only if it exists
    closes: #458143 -- FTBFS with perl from experimental

  [ Damyan Ivanov ]
  * add v? to watchfile pattern
  * add myself to Uploaders
  * debhelper compatibility level 6

 -- Damyan Ivanov   Tue, 15 Jan 2008 16:23:35 +0200

libpod-simple-perl (3.05-1) unstable; urgency=low

  [ Gregor Herrmann ]

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * Set Maintainer to Debian Perl Group.
  * Use dist-based URL in debian/watch.


  [ Rene Mayorga ]

  * New upstream release
  * Move debhelper to Build-Depends instead B-D-I
  * Bump Standard version to 3.7.2
     + Set compat level to 5
  * Add ${misc:Depends} to Depends
  * debian/rules
     + use $(PERL) instead perl
     + add build/install-stamp targets
     + Move 'build' and 'test' to build target
     + de-ignoring output from make clean
     + remove un-used dh_* calls
     + remove un-useful README from debian package
  * debian/copyright
     + refresh copyright info
     + Add copyright info for the Debian Packaging

  [ Gunnar Wolf ]
  * Bumped up standards-version to 3.7.3  (No changes needed)
  * Added myself as uploader

 -- Gunnar Wolf   Fri, 21 Dec 2007 21:10:27 -0600

libpod-simple-perl (3.04-1) unstable; urgency=low

  * New upstream release (Closes: #349270)
  * Standards-version bump (no other changes)
  * Fixed up watch file to use uupdate
  * Cleaned t/ directory buildup

 -- Jay Bonci   Fri, 24 Feb 2006 15:00:45 -0500

libpod-simple-perl (3.02-2) unstable; urgency=low

  * Fix FTBFS b/c test suite (Closes: #277960)
    - Adds build-dep on perl and perl-doc

 -- Jay Bonci   Wed, 27 Oct 2004 15:59:50 -0400

libpod-simple-perl (3.02-1) unstable; urgency=low

  * New upstream version
  * Adds watchfile (slightly more complicated to weed out a bad ver. number on CPAN)

 -- Jay Bonci   Wed,  6 Oct 2004 02:40:08 -0400

libpod-simple-perl (2.05-1) unstable; urgency=low

  * New upstream version

 -- Jay Bonci   Fri,  2 Jan 2004 15:38:21 -0500

libpod-simple-perl (2.03-1) unstable; urgency=low

  * Initial Release (Closes: #184046)

 -- Jay Bonci   Wed, 24 Sep 2003 00:09:23 -0400
debian/source/0000755000000000000000000000000012200735364010470 5ustar  debian/source/format0000644000000000000000000000001412200735364011676 0ustar  3.0 (quilt)
debian/rules0000755000000000000000000000003612200735364010247 0ustar  #!/usr/bin/make -f

%:
	dh $@