Search results for "module::WWW::Mechanize"

WWW::Bugzilla - Handles submission/update of bugzilla bugs via WWW::Mechanize. River stage zero No dependents

WWW::Bugzilla currently provides an API to posting new Bugzilla bugs, as well as updating existing Bugzilla bugs....

BMC/WWW-Bugzilla-1.5 - 12 Oct 2009 16:22:05 UTC - Search in distribution

Jifty::Client - Subclass of WWW::Mechanize with extra Jifty features River stage two • 33 direct dependents • 33 total dependents

This module is a base for building robots to interact with Jifty applications. It currently contains much overlapping code with "Jifty::Test::WWW::Mechanize", except that it does not inherit from "Test::WWW::Mechanize". Expect this code to be refacto...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass River stage three • 42 direct dependents • 151 total dependents

PETDANCE/Test-WWW-Mechanize-1.60 - 05 Dec 2022 04:22:09 UTC - Search in distribution

VK - module to work with "VKontakte" social network (vk.com), it allows to make posts with images and links, create albumbs and upload images. River stage zero No dependents

Detailed sample with comments: use VK; my $security_code = 1234; # last 4 digits of your phone registered to account # login to post to our own wall my $vk = VK->new('vkaccount@email.com', 'mypassword', undef, $security_code); # next init sample is f...

LEONMEDIA/VK-0.09 - 31 Mar 2013 21:27:30 UTC - Search in distribution

Mozilla::Mechanize - Like WWW::Mechanize but using Gtk2::MozEmbed River stage one • 6 direct dependents • 9 total dependents

This module tries to be a sort of drop-in replacement for WWW::Mechanize. It uses Mozilla's Gecko HTML-rendering engine via the modules Mozilla::DOM and Gtk2::MozEmbed. Don't expect it to be like WWW::Mechanize in that the class is not derived from t...

SLANNING/Mozilla-Mechanize-0.06 - 10 Oct 2009 23:47:57 UTC - Search in distribution

JE - Pure-Perl ECMAScript (JavaScript) Engine River stage two • 6 direct dependents • 10 total dependents

JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distribution

parrepo - Server side script for managing PAR repositories River stage zero No dependents

This is a frontend script to the PAR::Repository module. It lets you create and manage PAR repositories. COMMANDS All commands take the *--verbose* option to set the verbosity of error messages. Specifying that option multiple times (up to 4x) increa...

RSCHUPP/PAR-Repository-0.21 - 22 Nov 2012 21:07:32 UTC - Search in distribution

perlimports - A command line utility for cleaning up imports in your Perl code River stage zero No dependents

This distribution provides the "perlimports" command line interface (CLI), which automates the cleanup and maintenance of Perl "use" and "require" statements. Loosely inspired by goimports <https://pkg.go.dev/golang.org/x/tools/cmd/goimports>, this t...

OALDERS/App-perlimports-0.000053 - 13 Jan 2024 20:19:02 UTC - Search in distribution

Scrappy - The All Powerful Web Spidering, Scraping, Creeping Crawling Framework River stage one • 1 direct dependent • 1 total dependent

Scrappy is an easy (and hopefully fun) way of scraping, spidering, and/or harvesting information from web pages, web services, and more. Scrappy is a feature rich, flexible, intelligent web automation tool. Scrappy (pronounced Scrap+Pee) == 'Scraper ...

AWNCORP/Scrappy-0.94112090 - 28 Jul 2011 12:52:51 UTC - Search in distribution

dh-make-perl - Create debian source packages from Perl modules River stage one • 3 direct dependents • 3 total dependents

dh-make-perl will create the files required to build a debian source package out of a Perl module or CPAN distribution. This works for most simple packages and is also useful for getting started with packaging Perl modules. You can specify a module o...

DAM/DhMakePerl-0.96 - 18 Oct 2017 20:45:30 UTC - Search in distribution

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 29 direct dependents • 43 total dependents

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC - Search in distribution

Dancer2::Manual - A gentle introduction to Dancer2 River stage three • 156 direct dependents • 176 total dependents

Dancer2 is a free and open source web application framework written in Perl. It's a complete rewrite of Dancer, based on Moo and using a more robust and extensible fully-OO design. It's designed to be powerful and flexible, but also easy to use - get...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

Pithub - Github v3 API River stage two • 10 direct dependents • 11 total dependents

Pithub (Perl + Github) provides a set of modules to access the Github v3 API <http://developer.github.com/v3/> in an object oriented way. There is also Net::GitHub which does the same for all the versions (v1, v2, v3) of the Github API. Pithub suppor...

OALDERS/Pithub-0.01041 - 24 Aug 2023 18:20:01 UTC - Search in distribution

PSGI::FAQ - Frequently Asked Questions and answers River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

HTML::DOM - A Perl implementation of the HTML Document Object Model River stage two • 10 direct dependents • 11 total dependents

This module implements the HTML Document Object Model by extending the HTML::Tree modules. The HTML::DOM class serves both as an HTML parser and as the document class. The following DOM modules are currently supported: Feature Version (aka level) ---...

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC - Search in distribution

spamcup - frontend program for App-SpamcupNG project River stage zero No dependents

App-SpamcupNG is a Perl web crawler for finishing Spamcop.net reports automatically. It will use your account details to login into Spamcop.net web page and finish reporting your SPAM. App-SpamcupNG tries to be as polite as possible, introducing forc...

ARFREITAS/App-SpamcupNG-0.018 - 01 May 2024 03:15:07 UTC - Search in distribution

LWP::UserAgent - Web user agent class River stage four • 2163 direct dependents • 6200 total dependents

The LWP::UserAgent is a class implementing a web user agent. LWP::UserAgent objects can be used to dispatch web requests. In normal use the application creates an LWP::UserAgent object, and then configures it with values for timeouts, proxies, name, ...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC - Search in distribution

Titanium - A strong, lightweight web application framework River stage one • 1 direct dependent • 1 total dependent

It is intended that your Application Module will be implemented as a sub-class of Titanium. This is done simply as follows: package My::App; use base 'Titanium'; Notation and Conventions For the purpose of this document, we will refer to the followin...

MARKSTOS/Titanium-1.04 - 24 Nov 2009 02:43:36 UTC - Search in distribution

Firefox::Marionette - Automate the Firefox browser with the Marionette protocol River stage one • 1 direct dependent • 4 total dependents

This is a client module to automate the Mozilla Firefox browser via the Marionette protocol <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Protocol >...

DDICK/Firefox-Marionette-1.56 - 05 May 2024 10:59:50 UTC - Search in distribution
289 results (0.154 seconds)