r62275 - in /branches/upstream/libhtml-parser-perl/current: Changes META.yml Parser.pm lib/HTML/Entities.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Sep 2 05:30:22 UTC 2010


Author: carnil-guest
Date: Thu Sep  2 05:30:06 2010
New Revision: 62275

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62275
Log:
[svn-upgrade] new version libhtml-parser-perl (3.68)

Modified:
    branches/upstream/libhtml-parser-perl/current/Changes
    branches/upstream/libhtml-parser-perl/current/META.yml
    branches/upstream/libhtml-parser-perl/current/Parser.pm
    branches/upstream/libhtml-parser-perl/current/lib/HTML/Entities.pm

Modified: branches/upstream/libhtml-parser-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-parser-perl/current/Changes?rev=62275&op=diff
==============================================================================
--- branches/upstream/libhtml-parser-perl/current/Changes (original)
+++ branches/upstream/libhtml-parser-perl/current/Changes Thu Sep  2 05:30:06 2010
@@ -1,3 +1,10 @@
+_______________________________________________________________________________
+2010-09-01  Release 3.68
+
+Gisle Aas (1):
+      Declare the encoding of the POD to be utf8
+
+
 _______________________________________________________________________________
 2010-08-17  Release 3.67
 

Modified: branches/upstream/libhtml-parser-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-parser-perl/current/META.yml?rev=62275&op=diff
==============================================================================
--- branches/upstream/libhtml-parser-perl/current/META.yml (original)
+++ branches/upstream/libhtml-parser-perl/current/META.yml Thu Sep  2 05:30:06 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               HTML-Parser
-version:            3.67
+version:            3.68
 abstract:           HTML parser class
 author:
     - Gisle Aas <gisle at activestate.com>

Modified: branches/upstream/libhtml-parser-perl/current/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-parser-perl/current/Parser.pm?rev=62275&op=diff
==============================================================================
--- branches/upstream/libhtml-parser-perl/current/Parser.pm (original)
+++ branches/upstream/libhtml-parser-perl/current/Parser.pm Thu Sep  2 05:30:06 2010
@@ -9,7 +9,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 
-$VERSION = "3.67";
+$VERSION = "3.68";
 
 require HTML::Entities;
 

Modified: branches/upstream/libhtml-parser-perl/current/lib/HTML/Entities.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-parser-perl/current/lib/HTML/Entities.pm?rev=62275&op=diff
==============================================================================
--- branches/upstream/libhtml-parser-perl/current/lib/HTML/Entities.pm (original)
+++ branches/upstream/libhtml-parser-perl/current/lib/HTML/Entities.pm Thu Sep  2 05:30:06 2010
@@ -1,4 +1,6 @@
 package HTML::Entities;
+
+=encoding utf8
 
 =head1 NAME
 
@@ -146,7 +148,7 @@
 @EXPORT = qw(encode_entities decode_entities _decode_entities);
 @EXPORT_OK = qw(%entity2char %char2entity encode_entities_numeric);
 
-$VERSION = "3.64";
+$VERSION = "3.68";
 sub Version { $VERSION; }
 
 require HTML::Parser;  # for fast XS implemented decode_entities




More information about the Pkg-perl-cvs-commits mailing list