r8202 - in /trunk/libwww-mechanize-formfiller-perl: Changes META.yml debian/changelog lib/WWW/Mechanize/FormFiller.pm

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


Author: dmn
Date: Thu Oct 11 07:20:41 2007
New Revision: 8202

URL: http://svn.debian.org/wsvn/?sc=1&rev=8202
Log:
* New upstream release
  Contains no code changes

Modified:
    trunk/libwww-mechanize-formfiller-perl/Changes
    trunk/libwww-mechanize-formfiller-perl/META.yml
    trunk/libwww-mechanize-formfiller-perl/debian/changelog
    trunk/libwww-mechanize-formfiller-perl/lib/WWW/Mechanize/FormFiller.pm

Modified: trunk/libwww-mechanize-formfiller-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-formfiller-perl/Changes?rev=8202&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/Changes (original)
+++ trunk/libwww-mechanize-formfiller-perl/Changes Thu Oct 11 07:20:41 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: trunk/libwww-mechanize-formfiller-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-formfiller-perl/META.yml?rev=8202&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/META.yml (original)
+++ trunk/libwww-mechanize-formfiller-perl/META.yml Thu Oct 11 07:20:41 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: trunk/libwww-mechanize-formfiller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-formfiller-perl/debian/changelog?rev=8202&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-formfiller-perl/debian/changelog Thu Oct 11 07:20:41 2007
@@ -1,11 +1,16 @@
-libwww-mechanize-formfiller-perl (0.06-2) unstable; urgency=low
+libwww-mechanize-formfiller-perl (0.08-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Change URL in watch file.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:18 +0200
+  [ Damyan Ivanov ]
+  * New upstream release
+    Contains no code changes
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 11 Oct 2007 10:19:30 +0300
 
 libwww-mechanize-formfiller-perl (0.06-1) unstable; urgency=low
 

Modified: trunk/libwww-mechanize-formfiller-perl/lib/WWW/Mechanize/FormFiller.pm
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-formfiller-perl/lib/WWW/Mechanize/FormFiller.pm?rev=8202&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/lib/WWW/Mechanize/FormFiller.pm (original)
+++ trunk/libwww-mechanize-formfiller-perl/lib/WWW/Mechanize/FormFiller.pm Thu Oct 11 07:20:41 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