[Bps-public-commit] www-mechanize branch, master, updated. 1.71-1-g657174d
Jesse Vincent
jesse at bestpractical.com
Thu Feb 2 18:39:49 EST 2012
The branch, master has been updated
via 657174d8225cf588ad54d86d161a835a6cfcbb2c (commit)
from 4fa2b3a9cc473409f4b697766680403e6158b96c (commit)
Summary of changes:
Changes | 7 +++++++
Makefile.PL | 2 +-
lib/WWW/Mechanize.pm | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 657174d8225cf588ad54d86d161a835a6cfcbb2c
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Feb 2 18:39:26 2012 -0500
Checking in changes prior to tagging of version 1.72.
Changelog diff is:
diff --git a/Changes b/Changes
index d153eb8..07cc285 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,13 @@ http://groups.google.com/group/www-mechanize-users
[CHANGES]
+1.72 Thu Feb 2 18:37:28 EST 2012
+========================================
+[DEPENDENCIES]
+Bumped the HTML::Form dependency to fix failures on CentOS 5
+
+
+
1.71 Tue Nov 14 13:50:41 EDT 2011
========================================
[ENHANCEMENTS]
diff --git a/Changes b/Changes
index d153eb8..07cc285 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,13 @@ http://groups.google.com/group/www-mechanize-users
[CHANGES]
+1.72 Thu Feb 2 18:37:28 EST 2012
+========================================
+[DEPENDENCIES]
+Bumped the HTML::Form dependency to fix failures on CentOS 5
+
+
+
1.71 Tue Nov 14 13:50:41 EDT 2011
========================================
[ENHANCEMENTS]
diff --git a/Makefile.PL b/Makefile.PL
index d5ac0fb..eafed1f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,7 @@ my $parms = {
'File::Temp' => 0,
'FindBin' => 0,
'Getopt::Long' => 0,
- 'HTML::Form' => 1.038,
+ 'HTML::Form' => 6.00,
'HTML::HeadParser' => 0,
'HTML::Parser' => 3.33,
'HTML::TokeParser' => 2.28,
diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm
index 0391472..01353c9 100644
--- a/lib/WWW/Mechanize.pm
+++ b/lib/WWW/Mechanize.pm
@@ -10,7 +10,7 @@ Version 1.70
=cut
-our $VERSION = '1.71';
+our $VERSION = '1.72';
=head1 SYNOPSIS
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list