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

Search results for "BRIANDFOY"

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.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

dpan - create a DarkPAN from directories River stage one • 1 direct dependent • 1 total dependent

The "dpan" script takes a list of directories, indexes any Perl distributions it finds, and creates the PAUSE index files from what it finds. Afterward, you should be able to point a CPAN tool at the directory and install the distributions normally. ...

BDFOY/MyCPAN-App-DPAN-1.281 - 16 May 2018 18:29:58 UTC - Search in distribution

bcrypt - A command-line tool to deal with bcrypt password hashing River stage zero No dependents

Options * "--compare" - the hash to compare to the password * "--cost", "-c" - the cost factor, which should be between 5 and 31, inclusively. This is the exponent for a power of two, so things get slow quickly (default: 12) * "--debug", "-d" - turn ...

BRIANDFOY/App-bcrypt-1.002 - 11 Feb 2024 21:42:40 UTC - Search in distribution
  • App::bcrypt - A command-line tool to deal with bcrypt password hashing

Mac::Errors - constants for Mac error codes River stage one • 1 direct dependent • 1 total dependent

The %MacErrors hash indexes error information by the error number or symbol. Each value is a "Mac::Errors" object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error tex...

BDFOY/Mac-Errors-1.192 - 20 Jun 2018 17:50:35 UTC - Search in distribution

Antsy - Streaming ANSI escape sequences River stage zero No dependents

Subroutines to deal with ANSI terminal sequences. You can emit these without knowing what's coming up. Yet another module? There are several modules that come close to this, but so far everything is incomplete or requires you to know all of the upcom...

BDFOY/Antsy-0.905 - 14 Jan 2024 05:04:02 UTC - Search in distribution

Brick - Complex business rule data validation River stage one • 1 direct dependent • 1 total dependent

Class methods Brick->new Create a new "Brick". Currently this doesn't do anything other than give you an object so you can call methods. Future ideas? Maybe store several buckets or profiles? POD ERRORS Hey! The above document had some coding errors,...

BDFOY/Brick-0.902 - 09 Jan 2022 01:11:46 UTC - Search in distribution

release - give your Perl distros to the world River stage one • 4 direct dependents • 4 total dependents

This is the prototype program for using "Module::Release". You should modify it to fit your needs. If it doesn't do what you want, you can change it however you like. This is how I like to release my modules, and I'm happy to add features that do not...

BDFOY/Module-Release-2.135 - 08 Jan 2024 14:57:46 UTC - Search in distribution

cpan-audit - Audit CPAN modules River stage one • 1 direct dependent • 2 total dependents

"cpan-audit" is a command line application that checks the modules or distributions for known vulnerabilities. It is using its internal database that is automatically generated from a hand-picked database <https://github.com/briandfoy/cpan-security-a...

BDFOY/CPAN-Audit-20240430.001 - 30 Apr 2024 23:01:40 UTC - Search in distribution

Test::File - test file attributes River stage four • 42 direct dependents • 4321 total dependents

This modules provides a collection of test utilities for file attributes. Some file attributes depend on the owner of the process testing the file in the same way the file test operators do. For instance, root (or super-user or Administrator) may alw...

BDFOY/Test-File-1.993 - 01 Jan 2023 13:38:19 UTC - Search in distribution

perlbench - compare the relative speed of different versions of Perl River stage zero No dependents

This is a Perl benchmark suite. It can be used to compare the relative speed of different versions of Perl. You run the benchmark by starting the 'perlbench-run' script giving the path-name of various Perls you want to test as argument. The perlbench...

BDFOY/PerlBench-1.003 - 05 Jan 2024 14:51:36 UTC - Search in distribution

cross - output the cross product of two or more sets River stage three • 7 direct dependents • 105 total dependents

BRIANDFOY/Set-CrossProduct-2.009 - 11 Feb 2024 07:14:07 UTC - Search in distribution

unichar - get info about a character River stage one • 1 direct dependent • 1 total dependent

I use this as a little command-line program to quickly convert between values of characters....

BDFOY/App-unichar-0.013 - 13 Jan 2021 11:52:42 UTC - Search in distribution

ppi_dumper - Use the PPI to dump the structure of a Perl file River stage one • 1 direct dependent • 1 total dependent

Parse a Perl document with PPI and dump the Perl Document Object Model (PDOM). This script is a command-line interface to PPI::Dumper....

BDFOY/App-PPI-Dumper-1.024 - 22 Jan 2024 18:00:54 UTC - Search in distribution

scriptdist - create a distribution for a perl script River stage one • 1 direct dependent • 1 total dependent

The scriptdist program takes a script file and builds, in the current working directory, a Perl script distribution around it. You can add other files to the distribution once it is in place. This script is designed to be a stand-alone program. You d...

BDFOY/App-scriptdist-1.003 - 08 Jan 2024 15:34:26 UTC - Search in distribution

Test::Output - Utilities to test STDOUT and STDERR messages. River stage four • 204 direct dependents • 1471 total dependents

Test::Output provides a simple interface for testing output sent to "STDOUT" or "STDERR". A number of different utilities are included to try and be as flexible as possible to the tester. Likewise, Capture::Tiny provides a much more robust capture me...

BDFOY/Test-Output-1.034 - 05 Jul 2023 14:49:39 UTC - Search in distribution

perl5122delta - what is new for perl v5.12.2 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.12.1 release and the 5.12.2 release. If you are upgrading from an earlier major version, such as 5.10.1, first read perl5120delta, which describes differences between 5.10.0 and 5.12.0, as well as per...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Perl::Version - Parse and manipulate Perl version strings River stage three • 30 direct dependents • 175 total dependents

Perl::Version provides a simple interface for parsing, manipulating and formatting Perl version strings. Unlike version.pm (which concentrates on parsing and comparing version strings) Perl::Version is designed for cases where you'd like to parse a v...

BDFOY/Perl-Version-1.017 - 09 Mar 2024 01:38:25 UTC - Search in distribution

http_status - check the HTTP status of a URL River stage one • 2 direct dependents • 4 total dependents

http_status gets the HTTP status of a URL as returned by the server. It actually works with more than HTTP links since it uses the "LWP" Perl module which treats all URLs the same. This works too: % perl script/http_status file:///Users/brian/.login ...

BDFOY/HTTP-SimpleLinkChecker-1.168 - 03 Feb 2021 23:50:51 UTC - Search in distribution

MyCPAN::Indexer - Index a Perl distribution River stage one • 2 direct dependents • 2 total dependents

BDFOY/MyCPAN-Indexer-1.282 - 16 May 2018 17:44:26 UTC - Search in distribution

dist_cooker - create a Perl distribution skeleton from personal templates River stage one • 1 direct dependent • 1 total dependent

"dist_cooker" builds a Perl distribution skeleton from template files. You create the templates however you like. By default, I assume my own favorite values, and haven't made these customizable yet. Your distribution template directory is ~/.templat...

BRIANDFOY/Distribution-Cooker-2.003 - 11 Feb 2024 21:39:54 UTC - Search in distribution
75 results (0.049 seconds)