2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-24 12:11:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-WWW-Mechanize-Shell: update to 0.57.
0.57 20180604
+ Add "images" command to list all images
+ Allow other user agent objects like WWW::Mechanize::Chrome
Use it from the command line as
perl -Ilib -MWWW::Mechanize::Chrome \
-MWWW::Mechanize::Shell \
-e"shell(agent => WWW::Mechanize::Chrome->new())"
|
2017-09-27 18:54:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-WWW-Mechanize-Shell: update to 0.56.
0.56 20170425
+ Send uncompressed output to the browser
(contributed by weltonrodrigo)
+ Fix some warnings caused by links without a text
. Fix test suite due to newer version of Test::Without::Module
. Upgrade the test HTTP server to work in absence of CGI.pm
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-01-10 21:32:44 by Benny Siegert | Files touched by this commit (3) |
Log message:
Import Mechanize::Shell, from Edgar Fuss in PR pkg/49188. From DESCR:
This module implements a www-like shell above WWW::Mechanize and also has the
capability to output crude Perl code that recreates the recorded session.
Its main use is as an interactive starting point for automating a session
through WWW::Mechanize.
The cookie support is there, but no cookies are read from your existing browser
sessions. See HTTP::Cookies on how to implement reading/writing your current
browsers cookies.
|