r8200 - in /branches/upstream/libwww-mechanize-formfiller-perl/current: Changes META.yml lib/WWW/Mechanize/FormFiller.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 11 07:18:07 UTC 2007


Author: dmn
Date: Thu Oct 11 07:18:07 2007
New Revision: 8200

URL: http://svn.debian.org/wsvn/?sc=1&rev=8200
Log:
[svn-upgrade] Integrating new upstream version, libwww-mechanize-formfiller-perl (0.08)

Modified:
    branches/upstream/libwww-mechanize-formfiller-perl/current/Changes
    branches/upstream/libwww-mechanize-formfiller-perl/current/META.yml
    branches/upstream/libwww-mechanize-formfiller-perl/current/lib/WWW/Mechanize/FormFiller.pm

Modified: branches/upstream/libwww-mechanize-formfiller-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libwww-mechanize-formfiller-perl/current/Changes?rev=8200&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-formfiller-perl/current/Changes (original)
+++ branches/upstream/libwww-mechanize-formfiller-perl/current/Changes Thu Oct 11 07:18:07 2007
@@ -1,4 +1,12 @@
 Revision history for Perl extension WWW::Mechanize::FormFiller.
+
+0.08 20071009
+  - Rerelease because the old one went missing
+  - No need to upgrade
+
+0.07 20071007
+  - Rerelease because the old one went missing
+  - No need to upgrade
 
 0.06 20061214
   - Added patch (plus Test) by Mark Stosberg to make filling in

Modified: branches/upstream/libwww-mechanize-formfiller-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libwww-mechanize-formfiller-perl/current/META.yml?rev=8200&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-formfiller-perl/current/META.yml (original)
+++ branches/upstream/libwww-mechanize-formfiller-perl/current/META.yml Thu Oct 11 07:18:07 2007
@@ -1,13 +1,16 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         WWW-Mechanize-FormFiller
-version:      0.06
-version_from: lib/WWW/Mechanize/FormFiller.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                WWW-Mechanize-FormFiller
+version:             0.08
+abstract:            framework to automate HTML forms
+license:             ~
+generated_by:        ExtUtils::MakeMaker version 6.36_01
+distribution_type:   module
+requires:     
     Data::Random:                  0.05
     HTML::Form:                    
     Test::More:                    
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2
+author:
+    - Max Maischein <corion at cpan.org>

Modified: branches/upstream/libwww-mechanize-formfiller-perl/current/lib/WWW/Mechanize/FormFiller.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libwww-mechanize-formfiller-perl/current/lib/WWW/Mechanize/FormFiller.pm?rev=8200&op=diff
==============================================================================
--- branches/upstream/libwww-mechanize-formfiller-perl/current/lib/WWW/Mechanize/FormFiller.pm (original)
+++ branches/upstream/libwww-mechanize-formfiller-perl/current/lib/WWW/Mechanize/FormFiller.pm Thu Oct 11 07:18:07 2007
@@ -4,7 +4,7 @@
 
 use vars qw( $VERSION @ISA );
 
-$VERSION = '0.06';
+$VERSION = '0.08';
 @ISA = ();
 
 sub load_value_class {




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