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

Search results for "file::copy::recursive"

File::Copy::Recursive - Perl extension for recursively copying files and directories River stage four • 129 direct dependents • 4110 total dependents

This module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode....

DMUEY/File-Copy-Recursive-0.45 - 23 Jul 2019 14:38:13 UTC - Search in distribution

File::Copy::Recursive::Verify - data-safe recursive copy River stage zero No dependents

Use File::Copy::Verify for recursive copy....

JASEI/File-Copy-Recursive-Verify-0.1.0 - 25 Oct 2016 20:52:29 UTC - Search in distribution

File::Copy::Recursive::Reduced - Recursive copying of files and directories within Perl 5 toolchain River stage three • 6 direct dependents • 800 total dependents

This library is intended as a not-quite-drop-in replacement for certain functionality provided by CPAN distribution File-Copy-Recursive <http://search.cpan.org/dist/File-Copy-Recursive/>. The library provides methods similar enough to that distributi...

JKEENAN/File-Copy-Recursive-Reduced-0.008 - 25 Mar 2024 14:08:07 UTC - Search in distribution

File::NCopy - Deprecated module. Use File::Copy::Recursive instead. Copy file, file. Copy file[s] | dir[s], dir River stage one • 3 direct dependents • 4 total dependents

File::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp. If the argument is a directory to dire...

CHORNY/File-NCopy-0.36 - 26 Nov 2007 22:14:34 UTC - Search in distribution

File::Mirror - Perl extension for recursive directory copy River stage zero No dependents

"File::Mirror" provides two helper functions to do recursive directory operations between source path and destination path. One is to call "mirror" which will do recursive copy. The other is to call "recursive" with a code block, which will be code f...

JWU/File-Mirror-0.10 - 26 Feb 2007 16:19:19 UTC - Search in distribution

YARN - short for Yet Another Resource Negotiator (or if you prefer recursive acronyms, YARN Application Resource Negotiator). No river data available

AOSSAMA/YARN - 13 Feb 2015 14:55:47 UTC - Search in distribution

Path::Iterator::Rule - Iterative, recursive file finder River stage three • 40 direct dependents • 225 total dependents

This module iterates over files and directories to identify ones matching a user-defined set of rules. The API is based heavily on File::Find::Rule, but with more explicit distinction between matching rules and options that influence how directories ...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

Test::Dirs - easily copy and compare folders inside tests River stage one • 3 direct dependents • 9 total dependents

Exports test function "is_dir" to compare two folders if their file structure match and a function to make a temporary copy of a folder "temp_copy_ok" so it can be safely manipulated and compared to another folder. Can be used to test modules or prog...

JKUTEJ/Test-Dirs-0.07 - 06 Jul 2021 12:36:07 UTC - Search in distribution

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

s4 - Wrapper for subversion program River stage zero No dependents

S4 provides a wrapper to subversion that extends several of the commands. It understands all svn commands; you may simply use "s4" whereever you would normally type "svn". In many cases, S4 simply runs "svn" with the same arguments as you passed to s...

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC - Search in distribution

ptp - An expressive Pipelining Text Processor River stage zero No dependents

PTP is a versatile and expressive text processor program. The core features that it tries to provide are the following: * Provide grep, sed-like and other operations with a coherent regular expression language (grep has a -P flag but sed has nothing ...

MATHIAS/App-PTP-1.11-2 - 22 Jan 2024 21:51:07 UTC - Search in distribution

cpanm - get, unpack build and install modules from CPAN River stage two • 42 direct dependents • 52 total dependents

MIYAGAWA/App-cpanminus-1.7047 - 30 Jul 2023 06:01:02 UTC - Search in distribution
  • cpanm - get, unpack build and install modules from CPAN

Gtk River stage one • 1 direct dependent • 2 total dependents

MLEHMANN/Gtk-Perl-0.7010 - 15 Dec 2012 19:43:06 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

OOPS - Object Oriented Persistent Store River stage one • 1 direct dependent • 1 total dependent

The goal of OOPS is to make perl objects easily and transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too lar...

MUIR/OOPS-0.2005 - 13 Mar 2012 16:07:46 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

ccdiff - Colored Character diff River stage zero No dependents

Show the diff between two files on a character by character base. In contrast to the standard diff tools, this tool uses the diff algorithm horizontally for each line in the vertical diff, highlighting the changes. This is very handy in hard to spot ...

HMBRAND/App-ccdiff-0.33 - 07 Nov 2023 15:50:03 UTC - Search in distribution

Riap - Rinci access protocol River stage one • 1 direct dependent • 1 total dependent

Rinci access protocol (Riap for short), is a client/server, request/response protocol for requesting metadata and performing actions on code entities. It is modeled closely after HTTP, but is a different protocol. It can be layered on top of HTTP (as...

PERLANCAR/Riap-1.2.4 - 04 Sep 2015 01:00:31 UTC - Search in distribution

yagg - generate a string generator from a grammar River stage zero No dependents

Given YACC-like and LEX-like input files, yagg generates a C++ program that generates all strings of a user-specified length. The YACC-like *language grammar* file provides the grammar productions for string generation, along with optional action blo...

DCOPPIT/yagg-1.4004 - 24 Mar 2015 02:28:37 UTC - Search in distribution
  • yagg - generate a string generator from a grammar

Cvs - Object oriented interface to the CVS command River stage zero No dependents

bla bla...

RSOLIV/Cvs-0.07 - 08 Dec 2004 15:17:41 UTC - Search in distribution
260 results (0.199 seconds)