[Bps-public-commit] www-mechanize branch, master, updated. 1.67_01
Jesse Vincent
jesse at bestpractical.com
Thu Apr 7 01:12:16 EDT 2011
The branch, master has been updated
via de960434ade515662befe6c4fbf6795377db25e7 (commit)
via 00dfcf8695550752b4b3e17e3de7d571d171fe63 (commit)
via 53bc4ee096341c0e66951941a2458f34bd4fe133 (commit)
via 5a03d066db5dc317052d4c53667fd527ea01dd78 (commit)
via d76fd5719669eee1f122ee91e6febc020284b246 (commit)
from 8854373d4ec6c56e65f5ae65eef66803eb85d7f8 (commit)
Summary of changes:
.shipit | 10 ++++++++
Changes | 14 ++++++-----
MANIFEST | 60 ++++++++++++++++++++++++-------------------------
MANIFEST.SKIP | 11 +++++++++
Makefile.PL | 6 ++--
lib/WWW/Mechanize.pm | 16 +++++--------
6 files changed, 67 insertions(+), 50 deletions(-)
create mode 100644 .shipit
create mode 100644 MANIFEST.SKIP
- Log -----------------------------------------------------------------
commit d76fd5719669eee1f122ee91e6febc020284b246
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Apr 7 14:41:49 2011 +1000
Author/Repo updates
diff --git a/Changes b/Changes
index e833987..8f86817 100644
--- a/Changes
+++ b/Changes
@@ -1,15 +1,17 @@
Revision history for WWW::Mechanize
-Please note that WWW::Mechanize and Test::WWW::Mechanize are no
-longer using rt.cpan.org for bug tracking. They are now being
-tracked via Google Code at
-http://code.google.com/p/www-mechanize/issues/list
-
Mech now has its own mailing list at Google Groups:
http://groups.google.com/group/www-mechanize-users
-NEXT
+1.67_01
========================================
+[ANNOUNCE]
+As of this release, Jesse Vincent has taken over maintenance of
+WWW-Mechanize. The project's repository can be found at:
+
+ https://github.com/bestpractical/www-mechanize
+
+
[FIXED]
Added prereq for HTML::TreeBuilder.
diff --git a/Makefile.PL b/Makefile.PL
index f560c55..ec22a7a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ my $parms = {
NAME => 'WWW::Mechanize',
VERSION_FROM => 'lib/WWW/Mechanize.pm', # finds $VERSION
ABSTRACT_FROM => 'lib/WWW/Mechanize.pm', # retrieve abstract from module
- AUTHOR => 'Andy Lester <andy at petdance.com>',
+ AUTHOR => 'Jesse Vincent <jesse at bestpractical.com>',
EXE_FILES => [ 'bin/mech-dump' ],
PREREQ_PM => {
'Carp' => 0,
@@ -63,9 +63,9 @@ if ( $ExtUtils::MakeMaker::VERSION ge '6.45_01' ) {
$parms->{META_MERGE} = {
resources => {
license => 'http://dev.perl.org/licenses/',
- homepage => 'http://code.google.com/p/www-mechanize/',
+ homepage => 'https://github.com/bestpractical/www-mechanize',
bugtracker => 'http://code.google.com/p/www-mechanize/issues/list',
- Repository => 'http://code.google.com/p/www-mechanize/source',
+ Repository => 'https://github.com/bestpractical/www-mechanize',
MailingList => 'http://groups.google.com/group/www-mechanize-users',
}
};
commit 5a03d066db5dc317052d4c53667fd527ea01dd78
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Apr 7 14:45:49 2011 +1000
Further updates for the new repo
diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm
index 8f5a589..1bbcb10 100644
--- a/lib/WWW/Mechanize.pm
+++ b/lib/WWW/Mechanize.pm
@@ -2751,17 +2751,13 @@ sub _die {
__END__
-=head1 REQUESTS & BUGS
+=head1 WWW::MECHANIZE'S GIT REPOSITORY
-The bug queue for WWW::Mechanize and Test::WWW::Mechanize is at
-L<http://code.google.com/p/www-mechanize/issues/list>. Please do
-not add any tickets to the old queue at L<http://rt.cpan.org/>.
+WWW::Mechanize is hosted at GitHub, though the bug tracker still
+lives at Google Code.
-=head1 WWW::MECHANIZE'S SUBVERSION REPOSITORY
-
-Mech and Test::WWW::Mechanize are both hosted at Google Code:
-http://code.google.com/p/www-mechanize/. The Subversion repository
-is at http://www-mechanize.googlecode.com/svn/wm/.
+Repository: https://github.com/bestpractical/www-mechanize/.
+Bugs: http://code.google.com/p/www-mechanize/issues
=head1 OTHER DOCUMENTATION
commit 53bc4ee096341c0e66951941a2458f34bd4fe133
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Apr 7 14:47:24 2011 +1000
added .shipit file
diff --git a/.shipit b/.shipit
new file mode 100644
index 0000000..44c02c1
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,10 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter
+
+git.tagpattern = %v
+twitter.config = ~/.twitterrc
+
+# svn.tagpattern = MyProj-%v
+# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
+
+# CheckChangeLog.files = ChangeLog, MyProj.CHANGES
commit 00dfcf8695550752b4b3e17e3de7d571d171fe63
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Apr 7 15:00:06 2011 +1000
MANIFEST updates
diff --git a/MANIFEST b/MANIFEST
index bacd47f..de7e5c3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,22 +1,16 @@
-Changes
-Makefile.PL
-MANIFEST
-perlcriticrc
-
bin/mech-dump
-
+Changes
etc/www-mechanize-logo.png
-
lib/WWW/Mechanize.pm
lib/WWW/Mechanize/Cookbook.pod
lib/WWW/Mechanize/Examples.pod
lib/WWW/Mechanize/FAQ.pod
lib/WWW/Mechanize/Image.pm
lib/WWW/Mechanize/Link.pm
-
-t/TestServer.pm
-t/Tools.pm
-
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+perlcriticrc
t/00-load.t
t/add_header.t
t/aliases.t
@@ -24,9 +18,10 @@ t/area_link.html
t/area_link.t
t/autocheck.t
t/clone.t
+t/content.t
t/cookies.t
-t/credentials.t
t/credentials-api.t
+t/credentials.t
t/die.t
t/field.html
t/field.t
@@ -41,6 +36,8 @@ t/find_link.t
t/find_link_id.html
t/find_link_id.t
t/form-parsing.t
+t/form_with_fields.html
+t/form_with_fields.t
t/frames.html
t/frames.t
t/google.html
@@ -50,26 +47,8 @@ t/image-parse.t
t/link-base.t
t/link-relative.t
t/link.t
-t/new.t
-t/pod-coverage.t
-t/pod.t
-t/regex-error.t
-t/save_content.t
-t/select.html
-t/select.t
-t/taint.t
-t/tick.html
-t/tick.t
-t/untaint.t
-t/upload.html
-t/upload.t
-t/warn.t
-t/warnings.t
-
t/live/encoding.t
t/live/wikipedia.t
-
-t/local/LocalServer.pm
t/local/back.t
t/local/click.t
t/local/click_button.t
@@ -77,12 +56,31 @@ t/local/failure.t
t/local/follow.t
t/local/form.t
t/local/get.t
+t/local/LocalServer.pm
t/local/log-server
+t/local/nonascii.html
+t/local/nonascii.t
t/local/overload.t
t/local/page_stack.t
t/local/referer-server
t/local/referer.t
t/local/reload.t
t/local/submit.t
-
t/mech-dump/mech-dump.t
+t/new.t
+t/pod-coverage.t
+t/pod.t
+t/regex-error.t
+t/save_content.t
+t/select.html
+t/select.t
+t/taint.t
+t/TestServer.pm
+t/tick.html
+t/tick.t
+t/Tools.pm
+t/untaint.t
+t/upload.html
+t/upload.t
+t/warn.t
+t/warnings.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..1ba99dc
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,11 @@
+^Makefile$
+blib
+pm_to_blib
+.swp$
+~$
+.tmp$
+.bak$
+.git/
+.gitignore$
+.shipit$
+^tags$
commit de960434ade515662befe6c4fbf6795377db25e7
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Apr 7 15:07:34 2011 +1000
Checking in changes prior to tagging of version 1.67_01.
Changelog diff is:
diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm
index 1bbcb10..23c571e 100644
--- a/lib/WWW/Mechanize.pm
+++ b/lib/WWW/Mechanize.pm
@@ -10,7 +10,7 @@ Version 1.66
=cut
-our $VERSION = '1.66';
+our $VERSION = '1.67_01';
=head1 SYNOPSIS
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list