[Bps-public-commit] www-mechanize branch, master, updated. 1.69_01-1-g97b7058
Jesse Vincent
jesse at bestpractical.com
Fri Aug 26 13:50:26 EDT 2011
The branch, master has been updated
via 97b70589277947e9aac162c66624cd641deb9cb6 (commit)
from 5b8d7477e7e744df9a685ef56bed08cf7f2567ff (commit)
Summary of changes:
Changes | 7 +++++++
Makefile.PL | 2 +-
lib/WWW/Mechanize.pm | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 97b70589277947e9aac162c66624cd641deb9cb6
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 26 13:48:28 2011 -0400
1.70 - disable live tests by default
diff --git a/Changes b/Changes
index 018c62e..95f4eba 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,13 @@ http://groups.google.com/group/www-mechanize-users
[CHANGES]
+1.70 Fri Aug 26 13:46:30 EDT 2011
+========================================
+[ENHANCEMENTS]
+Mech now defaults to _not_ running live tests by default.
+You can still enable them by running "perl Makefile.PL --live"
+Thanks to RJBS for the suggestion
+
1.69_01
========================================
[INTERNALS]
diff --git a/Makefile.PL b/Makefile.PL
index ec22a7a..d5ac0fb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ use ExtUtils::MakeMaker qw( WriteMakefile );
use File::Spec;
use Getopt::Long;
-my $live = 1;
+my $live = 0;
my $local = 1;
GetOptions(
'live!' => \$live,
diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm
index 7880cc6..bb45180 100644
--- a/lib/WWW/Mechanize.pm
+++ b/lib/WWW/Mechanize.pm
@@ -6,11 +6,11 @@ WWW::Mechanize - Handy web browsing in a Perl object
=head1 VERSION
-Version 1.66
+Version 1.70
=cut
-our $VERSION = '1.69_01';
+our $VERSION = '1.70';
=head1 SYNOPSIS
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list