[Lunar-commits] <moonbase> WWW-Mechanize: version 1.54 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sun Mar 29 18:17:28 CEST 2009


commit cea61cc724f5a7f8cfbabf77a4b517a53406cc95
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sun Mar 29 18:17:28 2009 +0200

    WWW-Mechanize: version 1.54 added to moonbase
    
    one of several new perl modules required for xmltv
---
 perl/WWW-Mechanize/BUILD   |    6 ++++++
 perl/WWW-Mechanize/DEPENDS |    2 ++
 perl/WWW-Mechanize/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/perl/WWW-Mechanize/BUILD b/perl/WWW-Mechanize/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/WWW-Mechanize/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/WWW-Mechanize/DEPENDS b/perl/WWW-Mechanize/DEPENDS
new file mode 100644
index 0000000..7c460f8
--- /dev/null
+++ b/perl/WWW-Mechanize/DEPENDS
@@ -0,0 +1,2 @@
+depends  perl
+depends  IO-Socket-SSL
diff --git a/perl/WWW-Mechanize/DETAILS b/perl/WWW-Mechanize/DETAILS
new file mode 100644
index 0000000..116c0f2
--- /dev/null
+++ b/perl/WWW-Mechanize/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=WWW-Mechanize
+         VERSION=1.54
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/
+      SOURCE_VFY=sha1:6ae01e188bc195a9e4bb4a71f8b65b971a2e36a2
+        WEB_SITE=http://search.cpan.org/~petdance/WWW-Mechanize-1.54/
+         ENTERED=20090328
+         UPDATED=20090329
+           SHORT="Handy web browsing in a Perl object"
+
+cat << EOF
+WWW::Mechanize, or Mech for short, helps you automate interaction
+with a website. It supports performing a sequence of page fetches
+including following links and submitting forms. Each fetched page
+is parsed and its links and forms are extracted. A link or a form
+can be selected, form fields can be filled and the next page can
+be fetched. Mech also stores a history of the URLs you've visited,
+which can be queried and revisited.
+EOF
+


More information about the Lunar-commits mailing list