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

Search results for "Addfile"

Dist::Zilla::Plugin::AddFile::FromFS - Add file from filesystem River stage one • 1 direct dependent • 1 total dependent

This plugin lets you add single file(s) from local filesystem to your build....

PERLANCAR/Dist-Zilla-Plugin-AddFile-FromFS-0.04 - 01 Jul 2015 02:09:16 UTC - Search in distribution

Dist::Zilla::Plugin::AddFile::FromCode - Add file from code's output River stage one • 1 direct dependent • 1 total dependent

This plugin adds a file from output of code specified in dist.ini....

PERLANCAR/Dist-Zilla-Plugin-AddFile-FromCode-0.01 - 29 Jun 2015 06:46:58 UTC - Search in distribution

Dist::Zilla::Plugin::AddFile::FromCommand - Add file from command's output River stage one • 1 direct dependent • 1 total dependent

This plugin adds a file from output of command specified in dist.ini....

PERLANCAR/Dist-Zilla-Plugin-AddFile-FromCommand-0.01 - 29 Jun 2015 06:47:10 UTC - Search in distribution

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution

App::Fetchware - App::Fetchware is Fetchware's API used to make extensions. River stage zero No dependents

App::Fetchware represents fetchware's API. For ducumentation on how to use App::Fetchware's fetchware command line interface see fetchware. It is the heart and soul of fetchware where all of fetchware's main behaviors are kept. It is fetchware's API,...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

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

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Rinchi::Outlook - A module for representing Microsoft Outlook® 11.0 Object Library objects. River stage zero No dependents

Microsoft Outlook 11.0 Object Library EXPORT None by default....

BMAMES/Rinchi-Outlook-0.02 - 27 Jun 2008 21:32:43 UTC - Search in distribution

MD5 - Perl interface to the MD5 Message-Digest Algorithm River stage one • 5 direct dependents • 8 total dependents

The "MD5" module is depreciated. Use "Digest::MD5" instead. The current "MD5" module is just a wrapper around the "Digest::MD5" module. It is provided so that legacy code that rely on the old interface still work and get the speed benefit of the new ...

GAAS/MD5-2.03 - 27 Nov 2003 08:42:46 UTC - Search in distribution

SHA - Perl interface to the NIST Secure Hash Algorithm River stage zero No dependents

The "SHA" module is depreciated. Use "Digest::SHA1" instead. The current "SHA" module is just a wrapper around the "Digest::SHA1" module. It is provided so that legacy code that rely on the old interface still work. This wrapper does not support the ...

GAAS/SHA-2.01 - 14 Mar 2001 06:00:45 UTC - Search in distribution

PHP::Strings - Implement some of PHP's string functions. River stage zero No dependents

PHP has many functions. This is one of the main problems with PHP. People do, however, get used to said functions and when they come to a better designed language they get lost because they have to implement some of these somewhat vapid functions the...

KUDARASP/PHP-Strings-0.28 - 30 Jan 2004 07:28:37 UTC - Search in distribution

Digest - Modules that calculate message digests River stage four • 75 direct dependents • 9630 total dependents

The "Digest::" modules calculate digests, also called "fingerprints" or "hashes", of some data, called a message. The digest is (usually) some small/fixed size string. The actual size of the digest depend of the algorithm used. The message is simply ...

TODDR/Digest-1.20 - 24 Aug 2021 13:51:51 UTC - Search in distribution

Tiger - Perl interface to the Tiger Hash Algorithm River stage zero No dependents

The Tiger module allows you to use the Tiger hash algorithm developed by Ross Anderson and Eli Biham in Perl programs. A new Tiger context object is created with the new operation. Multiple simultaneous digest context can be maintained if desired. Th...

DIDO/Tiger-hash-1.0b - 04 Mar 2001 10:31:44 UTC - Search in distribution

SelectPdf - SelectPdf Online REST API client library for Perl. Contains HTML to PDF converter, PDF merge, PDF to text extractor, search PDF. River stage zero No dependents

SelectPdf HTML To PDF Online REST API is a professional solution that lets you create PDF from web pages and raw HTML code in your applications. The API is easy to use and the integration takes only a few lines of code. The generated PDFs are perfect...

SELECTPDF/SelectPdf-1.4.0 - 15 Nov 2021 13:32:03 UTC - Search in distribution

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 161 direct dependents • 1061 total dependents

The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can...

PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTC - Search in distribution

IO::Callback - Emulate file interface for a code reference River stage one • 5 direct dependents • 7 total dependents

TOBYINK/IO-Callback-2.00 - 29 Aug 2020 13:27:51 UTC - Search in distribution

SHA256 - a module that implements the NIST SHA-256 hash River stage one • 2 direct dependents • 2 total dependents

The sha256 module allows you to use the NIST sha256 hash algorithm. A new sha256 context object is created with the new operation. Multiple simultaneous digest context can be maintained if desired. The context is updated with the add operation which ...

DIDO/SHA256-0.01b - 19 Mar 2001 02:41:32 UTC - Search in distribution
  • Digest::SHA256 - a module that implements the NIST SHA-256/384/512 hash.

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

Digest::SHA - Perl extension for SHA-1/224/256/384/512 River stage four • 390 direct dependents • 8441 total dependents

Digest::SHA is written in C for speed. If your platform lacks a C compiler, you can install the functionally equivalent (but much slower) Digest::SHA::PurePerl module. The programming interface is easy to use: it's the same one found in CPAN's Digest...

MSHELOR/Digest-SHA-6.04 - 25 Feb 2023 19:06:34 UTC - Search in distribution

Digest::SRI - Calculate and verify Subresource Integrity hashes (SRI) River stage zero No dependents

This module provides functions to calculate and verify Subresource Integrity hashes (SRI). All of the usage is shown in the "Synopsis", with some usage notes here: * The "sri" and "verify_sri" functions both accept either: * a filename as a plain sca...

HAUKEX/Digest-SRI-0.02 - 24 Oct 2018 20:05:39 UTC - Search in distribution

File::Modified - checks intelligently if files have changed River stage one • 1 direct dependent • 1 total dependent

This module provides a simple mechanism for identifying when the contents of one or more files have changed. It was initially intended for programs to detect when their configuration files (or the module they rely on) have changed. There are currentl...

NEILB/File-Modified-0.10 - 26 Oct 2015 22:29:34 UTC - Search in distribution
88 results (0.05 seconds)