~ubuntu-branches/ubuntu/trusty/libpod-simple-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Pod/Simple/XHTML.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2010-05-01 23:28:32 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100501232832-uhsd4zwmusp12z65
Tags: 3.14-1
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
package Pod::Simple::XHTML;
29
29
use strict;
30
30
use vars qw( $VERSION @ISA $HAS_HTML_ENTITIES );
31
 
$VERSION = '3.13';
 
31
$VERSION = '3.14';
32
32
use Carp ();
33
33
use Pod::Simple::Methody ();
34
34
@ISA = ('Pod::Simple::Methody');
571
571
 
572
572
Note that the first argument is required. The section number will be parsed
573
573
from it, and if it's missing will default to 1. The second argument is
574
 
currently ignored, as L<man.he.net|http://man.he.net> does not currently
 
574
currently ignored, as L<http://man.he.net> does not currently
575
575
include linkable IDs or anchor names in its pages. Subclass to link to a
576
576
different man page HTTP server.
577
577
 
689
689
 
690
690
=head1 ACKNOWLEDGEMENTS
691
691
 
692
 
Thanks to L<Hurricane Electrict|http://he.net/> for permission to use its
693
 
L<Linux man pages online|http://man.he.net/> site for man page links.
 
692
Thanks to Hurricane Electric L<http://he.net/> for permission to use its
 
693
Linux man pages online L<http://man.he.net/> site for man page links.
694
694
 
695
 
Thanks to L<search.cpan.org|http://search.cpan.org/> for permission to use the
 
695
Thanks to L<http://search.cpan.org/> for permission to use the
696
696
site for Perl module links.
697
697
 
698
698
=head1 AUTHOR