ot - parse text and (hopefully) open an editor with the correct arguments
It can be a pain to have to copy Perl module names from a stack trace or some other output and have to translate that into something which an editor like vim understands. This module aims to take some of the pain out of this. So far I have tested thi...
OALDERS/Open-This-0.000030 - 11 Jan 2022 17:31:54 UTC - Search in distribution- Open::This - Try to Do the Right Thing when opening files
DateTime - A date and time object for Perl
DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...
DROLSKY/DateTime-1.58 - 18 Apr 2022 20:50:13 UTC - Search in distribution
GeoIP2 - Perl API for MaxMind's GeoIP2 web services and databases
This distribution provides an API for the GeoIP2 web services <http://dev.maxmind.com/geoip/geoip2/web-services> and databases <http://dev.maxmind.com/geoip/geoip2/downloadable>. The API also works with the free GeoLite2 databases <http://dev.maxmind...
MAXMIND/GeoIP2-2.006002 - 18 Jun 2019 10:53:47 UTC - Search in distribution- GeoIP2::Record::Traits - Contains data for the traits record associated with an IP address
- GeoIP2::WebService::Client - Perl API for the GeoIP2 Precision web services
- GeoIP2::Model::City - Model class for GeoIP2 Precision: City and GeoIP2 City
- 22 more results from GeoIP2 »
Net::Twitter - A perl interface to the Twitter API
This module has been superseded by Twitter::API. Please update as soon as you possibly can to use new features and the new API versions. This module will no longer be supported. This module provides a perl interface to the Twitter APIs. See <http://d...
MMIMS/Net-Twitter-4.01043 - 17 Jan 2018 18:36:07 UTC - Search in distribution
WWW::Myspace - Access MySpace.com profile information from Perl
STEVENC/WWW-Myspace-0.92
-
29 Jan 2009 13:45:39 UTC
-
Search in distribution
perldelta - what is new for perl v5.36.0
This document describes differences between the 5.34.0 release and the 5.36.0 release....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
perlimports - A command line utility for cleaning up imports in your Perl code
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.000045 - 16 Jun 2022 21:29:08 UTC - Search in distribution- dump-perl-exports - A command line utility for describing what a class exports
- App::perlimports - Make implicit imports explicit
- App::perlimports::ExportInspector - Inspect code for exportable symbols
- 7 more results from App-perlimports »
Geo::IP - Look up location and network information by IP Address
This module uses the GeoIP Legacy file based database. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than reverse DNS lookups. This module can be used to automatically sel...
MAXMIND/Geo-IP-1.51 - 12 Oct 2017 00:04:07 UTC - Search in distribution
Perl::Critic - Critique Perl source code for best-practices.
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...
PETDANCE/Perl-Critic-1.140 - 24 Mar 2021 03:09:35 UTC - Search in distribution
lazy - Lazily install missing Perl modules
OALDERS/lazy-0.000009
-
26 Jul 2018 20:03:29 UTC
-
Search in distribution
Data::Printer - colored & full-featured pretty print of Perl data structures and objects
The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...
GARU/Data-Printer-1.000004 - 03 Mar 2021 22:30:38 UTC - Search in distribution
Net::Stripe - API client for Stripe.com
This module is a wrapper around the Stripe.com HTTP API. Methods are generally named after the HTTP method and the object name. This method returns Moose objects for responses from the API. VERSIONING Because of occasional non-backward-compatible cha...
SHERRARDB/Net-Stripe-0.42 - 15 Mar 2020 19:59:40 UTC - Search in distribution
List::AllUtils - Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized package
Are you sick of trying to remember whether a particular helper is defined in List::Util, List::SomeUtils or List::UtilsBy? I sure am. Now you don't have to remember. This module will export all of the functions that either of those three modules defi...
DROLSKY/List-AllUtils-0.19 - 23 Apr 2021 16:32:12 UTC - Search in distribution
Dancer2 - Lightweight yet powerful web application framework
Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo. Dancer2 can optionally use XS modules for speed, but at its core remains fatpackable (packable by App::FatPacker) so you coul...
CROMEDOME/Dancer2-0.400000 - 14 Mar 2022 02:18:12 UTC - Search in distribution
HTTP::Tiny - A small, simple, correct HTTP/1.1 client
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.082 - 25 Jul 2022 13:47:22 UTC - Search in distribution
Stepford - A vaguely Rake/Make/Cake-like thing for Perl - create steps and let a runner run them
Stepford provides a framework for running a set of steps that are dependent on other steps. At a high level, this is a lot like Make, Rake, etc. However, the actual implementation is fairly different. Currently, there is no DSL, no Stepfile, etc. Wit...
MAXMIND/Stepford-0.006000 - 09 Apr 2019 14:50:32 UTC - Search in distribution
perlvars - A command line utility for detecting unused Perl variables
This script (which is based heavily on the code in Code::TidyAll::Plugin::Test::Vars) is a wrapper around Test::Vars, which tries to find unused variables in your Perl code. Please note that since Test::Vars only finds unused variables contained with...
OALDERS/App-perlvars-0.000004 - 24 Feb 2022 17:43:59 UTC - Search in distribution- App::perlvars - CLI tool to detect unused variables in Perl modules
Net::DNS - Perl Interface to the Domain Name System
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of "gethostbyname" and "gethostbyaddr". The programmer should be familiar with ...
NLNETLABS/Net-DNS-1.34 - 30 May 2022 13:39:34 UTC - Search in distribution- Net::DNS::Resolver - DNS resolver class
- Net::DNS::RR - DNS resource record base class
- Net::DNS::Packet - DNS protocol packet
- 22 more results from Net-DNS »
App::GHPT - A command line tool to simplify using Github and Pivotal Tracker for an agile workflow
This is a command line tool to help link together GitHub <https://github.com/> and Pivotal Tracker <https://www.pivotaltracker.com/>. It helps enable a workflow combining PT stories with pull requests. The basic workflow is as follows: 1. Start a sto...
MAXMIND/App-GHPT-2.000001 - 12 Jul 2022 17:10:29 UTC - Search in distribution
DBIx::Class - Extensible and flexible object <-> relational mapper.
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution