Search results for "Module::Rename"
Module::Rename - Utility functions for renaming a module distribution
Have you ever created a module distribution, only to realize later that the module hierarchary needed to be changed? All of a sudden, "Cool::Frobnicator" didn't sound cool anymore, but needed to be "Util::Frobnicator" instead? Going through a module'...
MSCHILLI/Module-Rename-0.04 - 28 Jul 2013 03:10:05 UTC - Search in distribution
Module::HideRename - Hide modules by renaming them
Sometimes all you need to do to hide a module from a Perl code is install an @INC hook (e.g. like what Devel::Hide or Test::Without::Module does). But sometimes you actually need to hide (rename) the module files....
PERLANCAR/Module-HideRename-0.003 - 04 May 2020 00:05:10 UTC - Search in distribution
Hash::Rename - Rename hash keys
Using this module you can rename a hash's keys in place....
MARCEL/Hash-Rename-2.00 - 31 Dec 2013 10:16:39 UTC - Search in distribution
Package::Rename - Rename or copy package
LEONT/Package-Rename-0.02
-
18 Jun 2009 17:19:49 UTC
-
Search in distribution
Code::ART - Analyze/Rename/Track Perl source code
This module provides a range of subroutines to help you refactor valid Perl source into cleaner, better decomposed code. The module also comes with a Vim plugin to plumb those refactoring behaviours directly into that editor (see "Vim integration"). ...
DCONWAY/Code-ART-0.000005 - 26 Jun 2020 10:58:15 UTC - Search in distribution
brn - bulk rename - a fork of rename.
"brn" renames the filenames supplied according to the rule(s) given by the --expr (-e) option(s). If no such option is present then the first argument is taken to be the rule. The *perlexpr* argument is a Perl expression which is expected to modify t...
SWESTRUP/App-FileTools-BulkRename-0.07 - 18 Jul 2012 03:54:35 UTC - Search in distribution
File::AtomicWrite - writes files atomically via rename()
This module offers atomic file writes via a temporary file created in the same directory (and therefore probably the same partition) as the specified file. After data has been written to the temporary file, the "rename" system call is used to replace...
JMATES/File-AtomicWrite-1.21 - 09 Oct 2018 13:39:13 UTC - Search in distribution
ur
: UR classes have a header at the top which defines the class in terms of its metadata. This command replaces that text in the source module with a fresh copy. It is most useful to fix formatting problems, since the data from which the new version is...
BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution- ur
- UR::Namespace::Command::Base - Top-level Command module for the UR namespace commands
Z - collection of modules for rapid app development
Just a shortcut for loading a bunch of modules that allow you to quickly code Perl stuff. I've tried to avoid too many domain-specific modules like HTTP::Tiny, etc. The modules chosen should be broadly useful for a wide variety of tasks. Perl Version...
TOBYINK/Z-0.008 - 08 Nov 2020 16:08:49 UTC - Search in distribution
noid - nice opaque identifier generator commands
The noid utility creates minters (identifier generators) and accepts commands that operate them. Once created, a minter can be used to produce persistent, globally unique names for documents, databases, images, vocabulary terms, etc. Properly managed...
JAK/Noid-0.424 - 21 Apr 2006 15:45:30 UTC - Search in distribution
DBI - Database independent interface for Perl
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
- DBI::ProfileDumper - profile DBI usage and output data to a file
perltidy - a perl script indenter and reformatter
Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...
SHANCOCK/Perl-Tidy-20230912 - 12 Sep 2023 21:49:07 UTC - Search in distribution
CGI - Handle Common Gateway Interface requests and responses
CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...
LEEJO/CGI-4.60 - 01 Nov 2023 07:57:12 UTC - Search in distribution