r62277 - in /trunk/libhtml-parser-perl: Changes META.yml Parser.pm debian/changelog lib/HTML/Entities.pm

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


Author: carnil-guest
Date: Thu Sep  2 05:38:46 2010
New Revision: 62277

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62277
Log:
new upstream version

Modified:
    trunk/libhtml-parser-perl/Changes
    trunk/libhtml-parser-perl/META.yml
    trunk/libhtml-parser-perl/Parser.pm
    trunk/libhtml-parser-perl/debian/changelog
    trunk/libhtml-parser-perl/lib/HTML/Entities.pm

Modified: trunk/libhtml-parser-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/Changes?rev=62277&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/Changes (original)
+++ trunk/libhtml-parser-perl/Changes Thu Sep  2 05:38:46 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: trunk/libhtml-parser-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/META.yml?rev=62277&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/META.yml (original)
+++ trunk/libhtml-parser-perl/META.yml Thu Sep  2 05:38:46 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: trunk/libhtml-parser-perl/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/Parser.pm?rev=62277&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/Parser.pm (original)
+++ trunk/libhtml-parser-perl/Parser.pm Thu Sep  2 05:38:46 2010
@@ -9,7 +9,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 
-$VERSION = "3.67";
+$VERSION = "3.68";
 
 require HTML::Entities;
 

Modified: trunk/libhtml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/changelog?rev=62277&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/changelog (original)
+++ trunk/libhtml-parser-perl/debian/changelog Thu Sep  2 05:38:46 2010
@@ -1,7 +1,4 @@
-libhtml-parser-perl (3.67-1) UNRELEASED; urgency=low
-
-  # no need to upload 3.67-1
-  IGNORE-VERSION: 3.67-1
+libhtml-parser-perl (3.68-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Bump Standards-Version to 3.9.1.

Modified: trunk/libhtml-parser-perl/lib/HTML/Entities.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/lib/HTML/Entities.pm?rev=62277&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/lib/HTML/Entities.pm (original)
+++ trunk/libhtml-parser-perl/lib/HTML/Entities.pm Thu Sep  2 05:38:46 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