The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Test::Warn"

Test::Warn - Perl extension to test methods for warnings River stage four • 364 direct dependents • 5401 total dependents

A good style of Perl programming calls for a lot of diverse regression tests. This module provides a few convenience methods for testing warning based-code. If you are not already familiar with the Test::More manpage now would be the time to go take ...

BIGJ/Test-Warn-0.37 - 13 Aug 2022 09:21:01 UTC - Search in distribution

Carp::REPL - read-eval-print-loop on die and/or warn River stage two • 4 direct dependents • 11 total dependents

ETHER/Carp-REPL-0.18 - 06 Jun 2015 03:00:30 UTC - Search in distribution

Test - provides a simple framework for writing test scripts River stage five • 145 direct dependents • 15669 total dependents

This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....

JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC - Search in distribution

bc - an arbitrary precision calculator language River stage one • 1 direct dependent • 1 total dependent

This is the PerlPowerTools implementations of GNU version of bc, a souped-up calculator language. This is documented at: https://www.gnu.org/software/bc/manual/html_mono/bc.html Options * -b - use Math::BigFloat * -d - turn on debugging output * -h -...

BRIANDFOY/PerlPowerTools-1.044 - 03 Mar 2024 09:13:52 UTC - Search in distribution

bpomfa - Short alias for bpom-list-food-additives River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-BPOMUtils-Table-FoodAdditive-0.019 - 19 Apr 2024 03:58:14 UTC - Search in distribution

lcpan - Manage your local CPAN mirror River stage two • 41 direct dependents • 69 total dependents

This application is a convenient bundling of "CPAN::Mini" and an indexer so in addition to creating your local CPAN mirror and installing modules from it, you can also query various things about your local CPAN mirror quickly from the command-line (a...

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

satpass - Predict satellite passes over an observer. River stage one • 7 direct dependents • 8 total dependents

WYANT/Astro-satpass-0.131 - 16 Mar 2024 12:52:20 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

yg - log line filter, like \G of MySQL River stage zero No dependents

"yg" is a log viewer(filter) to show log lines vertically. When you check apache logs, I guess you do like this $ cat apache_log 127.0.0.1 - - [30/Sep/2012:12:34:56 +0900] "GET /foo HTTP/1.0" 200 123 "http://example.com/foo" "Mozilla/5.0" 127.0.0.1 -...

BAYASHI/App-YG-0.063 - 03 Nov 2014 09:04:12 UTC - Search in distribution

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

Kx - Perl extension for Kdb+ http://kx.com River stage zero No dependents

Alpha code. Create a wrapper around Kdb+ and Q in Perl using the C interface to Kdb+...

SLOYD/Kx-0.044 - 04 Feb 2023 14:16:58 UTC - Search in distribution

upf - Manipulate /etc/{passwd,shadow,group,gshadow} entries River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-upf-0.050 - 01 Sep 2020 00:06:16 UTC - Search in distribution

GBK - Source code filter to escape GBK script River stage zero No dependents

INA/Char-GBK-1.15 - 02 May 2019 03:37:31 UTC - Search in distribution
  • Egbk - Run-time routines for GBK.pm

UHC - Source code filter to escape UHC script River stage zero No dependents

INA/Char-UHC-1.15 - 02 May 2019 03:44:16 UTC - Search in distribution
  • Euhc - Run-time routines for UHC.pm

GBK - Source code filter to escape GBK script River stage zero No dependents

INA/GBK-1.22 - 28 Aug 2019 16:40:47 UTC - Search in distribution
  • Egbk - Run-time routines for GBK.pm

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide
  • DBD::Gofer - A stateless-proxy driver for communicating with a remote DBI
  • DBI::Gofer::Execute - Executes Gofer requests and returns Gofer responses

tel - script for router logins River stage zero No dependents

RDRAKE/App-Tel-0.201601 - 23 Sep 2016 01:41:44 UTC - Search in distribution

Argv - Provide an OO interface to an arg vector River stage one • 3 direct dependents • 4 total dependents

An Argv object treats a command line as 3 separate entities: the *program*, the *options*, and the *args*. The *options* may be further subdivided into user-defined *option sets* by use of the "optset" method. When one of the *execution methods* is c...

DSB/Argv-1.28 - 13 May 2013 15:01:11 UTC - Search in distribution

WWW::Mixi - Mixiアクセス用のLWP::UserAgentモジュール River stage zero No dependents

Mixiにアクセスするためのモジュールです。 LWP::RobotUAのサブクラスになっており、LWP::UserAgentおよびLWP::RobotUAと同じように使うことができます。 WWW::MixiにはLWP::UserAgentより便利な点が3つあります。 まず、WWW::Mixiではログイン関連の作業をすべてloginメソッドで済ませることができます。 loginメソッドは、Cookieが無効になっていれば有効にし、オブジェクト生成時に受け取ったメールアドレスとパスワードをlogin...

TSUKAMOTO/WWW-Mixi-0.50 - 01 Aug 2007 06:02:56 UTC - Search in distribution

UTF2 - Source code filter to escape UTF-8 script River stage zero No dependents

INA/Char-UTF2-1.15 - 02 May 2019 03:45:36 UTC - Search in distribution
1,057 results (0.166 seconds)