r46835 - in /branches/upstream/libhtml-stripscripts-parser-perl: 1.03/ current/Changes current/META.yml current/Makefile.PL current/Parser.pm current/debian/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Nov 6 02:47:29 UTC 2009


Author: jawnsy-guest
Date: Fri Nov  6 02:47:24 2009
New Revision: 46835

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46835
Log:
revert my upgrade, it seems to be half-done.. :/

Added:
    branches/upstream/libhtml-stripscripts-parser-perl/current/debian/
      - copied from r46832, branches/upstream/libhtml-stripscripts-parser-perl/current/debian/
Removed:
    branches/upstream/libhtml-stripscripts-parser-perl/1.03/
Modified:
    branches/upstream/libhtml-stripscripts-parser-perl/current/Changes
    branches/upstream/libhtml-stripscripts-parser-perl/current/META.yml
    branches/upstream/libhtml-stripscripts-parser-perl/current/Makefile.PL
    branches/upstream/libhtml-stripscripts-parser-perl/current/Parser.pm

Modified: branches/upstream/libhtml-stripscripts-parser-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-stripscripts-parser-perl/current/Changes?rev=46835&op=diff
==============================================================================
--- branches/upstream/libhtml-stripscripts-parser-perl/current/Changes (original)
+++ branches/upstream/libhtml-stripscripts-parser-perl/current/Changes Fri Nov  6 02:47:24 2009
@@ -1,4 +1,3 @@
-1.03   5 Nov 2009  Changed min version of HTML::StripScripts to 1.0.5
 1.02   1 Dec 2007  Made minimum required version of HTML::StripScripts 1.04
                    because of a bug in previous versions
 1.01  21 Nov 2007  Made minimum required version of HTML::Parser 3.56

Modified: branches/upstream/libhtml-stripscripts-parser-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-stripscripts-parser-perl/current/META.yml?rev=46835&op=diff
==============================================================================
--- branches/upstream/libhtml-stripscripts-parser-perl/current/META.yml (original)
+++ branches/upstream/libhtml-stripscripts-parser-perl/current/META.yml Fri Nov  6 02:47:24 2009
@@ -1,16 +1,16 @@
 --- #YAML:1.0
 name:                HTML-StripScripts-Parser
-version:             1.03
+version:             1.02
 abstract:            XSS filter using HTML::Parser
 license:             perl
-author:              
-    - Nick Cleaton <nick at cleaton.net>, Clinton Gormley <clint at traveljury.com>
-generated_by:        ExtUtils::MakeMaker version 6.42
+generated_by:        ExtUtils::MakeMaker version 6.32
 distribution_type:   module
 requires:     
     HTML::Parser:                  3.56
-    HTML::StripScripts:            1.05
+    HTML::StripScripts:            1.04
     Test::More:                    0
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2
+author:
+    - Nick Cleaton <nick at cleaton.net>, Clinton Gormley <clint at traveljury.com>

Modified: branches/upstream/libhtml-stripscripts-parser-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-stripscripts-parser-perl/current/Makefile.PL?rev=46835&op=diff
==============================================================================
--- branches/upstream/libhtml-stripscripts-parser-perl/current/Makefile.PL (original)
+++ branches/upstream/libhtml-stripscripts-parser-perl/current/Makefile.PL Fri Nov  6 02:47:24 2009
@@ -8,7 +8,7 @@
         . ' Clinton Gormley <clint at traveljury.com>',
     'PREREQ_PM'    => {
                         'Test::More'         => 0,
-                        'HTML::StripScripts' => 1.05,
+                        'HTML::StripScripts' => 1.04,
                         'HTML::Parser'       => 3.56,
                       },
     $ExtUtils::MakeMaker::VERSION >= 6.31

Modified: branches/upstream/libhtml-stripscripts-parser-perl/current/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-stripscripts-parser-perl/current/Parser.pm?rev=46835&op=diff
==============================================================================
--- branches/upstream/libhtml-stripscripts-parser-perl/current/Parser.pm (original)
+++ branches/upstream/libhtml-stripscripts-parser-perl/current/Parser.pm Fri Nov  6 02:47:24 2009
@@ -2,7 +2,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '1.03';
+$VERSION = '1.02';
 
 =head1 NAME
 




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