Search results for "Devel::Hide"
Devel::Hide - Forces the unavailability of specified Perl modules (for testing)
Given a list of Perl modules/filenames, this module makes "require" and "use" statements fail (no matter the specified files/modules are installed or not). They *die* with a message like: Can't locate Module/ToHide.pm in @INC (hidden) The original in...
DCANTRELL/Devel-Hide-0.0015 - 28 Sep 2021 22:45:29 UTC - Search in distribution
Acme::Devel::Hide::Tiny - Hide a perl module for testing, in one statement
The Devel::Hide and Test::Without::Module modules are very helpful development tools. Unfortunately, using them in your .t files adds a test dependency. Maybe you don't want to do that. Instead, you can use the one-liner from the SYNOPSIS above, whic...
DAGOLDEN/Acme-Devel-Hide-Tiny-0.002 - 15 Feb 2017 13:18:20 UTC - Search in distribution
lib::hiderename - Hide modules by renaming them
EXPERIMENTAL. lib::hiderename can temporarily hide modules for you, e.g. for testing purposes. It uses Module::HideRename to rename module files on the filesystem....
PERLANCAR/lib-hiderename-0.001 - 06 May 2020 00:05:37 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
perlguts - Introduction to the Perl API
This document attempts to describe how to use the Perl API, as well as to provide some info on the basic workings of the Perl core. It is far from complete and probably contains many errors. Please refer any questions or comments to the author below....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl
- perl5180delta - what is new for perl v5.18.0
- perlembed - how to embed perl in your C program
- 1 more result from perl »
plcost - Run Perl script with Devel::EndStats
PERLANCAR/App-PlUtils-0.122
-
21 Aug 2020 00:06:04 UTC
-
Search in distribution
Rose::DB - A DBI wrapper and abstraction layer.
Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...
JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution
X11::Xlib - Low-level access to the X11 library
This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...
NERDVANA/X11-Xlib-0.25 - 21 Aug 2023 08:07:38 UTC - Search in distribution
Object::Pad - a simple syntax for lexical field-based objects
This module provides a simple syntax for creating object classes, which uses private variables that look like lexicals as object member fields. While most of this module has evolved into a stable state in practice, parts remain experimental because t...
PEVANS/Object-Pad-0.806 - 14 Nov 2023 16:43:16 UTC - Search in distribution
perlfaq3 - Programming Tools
This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...
ETHER/perlfaq-5.20230812 - 12 Aug 2023 21:30:24 UTC - Search in distribution
plstrace - Trace Perl function calls
plstrace is "strace for your Perl functions". Its interface and output is similar to Unix utility strace. But only a few strace options are currently supported. Some notes (caveats, limitations): * Currently implemented by wrapping Perl subroutines w...
PERLANCAR/App-plstrace-0.06 - 10 Dec 2014 12:00:52 UTC - Search in distribution
Test::Modern - precision testing for modern perl
Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automat...
TOBYINK/Test-Modern-0.013 - 05 Oct 2014 18:30:37 UTC - Search in distribution
pmcost - Load Perl module with Devel::EndStats to show module loading overhead
PERLANCAR/App-PMUtils-0.744
-
28 Jun 2023 00:05:46 UTC
-
Search in distribution
Net::SSLeay::OO - OO Calling Method for Net::SSLeay
This set of modules adds an OO calling convention to the Net::SSLeay module. It steers away from overly abstracting things, or adding new behaviour, instead just making the existing functionality easier to use. What does this approach win you over Ne...
SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC - Search in distribution
Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file.
The Spreadsheet::WriteExcel Perl module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks, images and charts can be wri...
JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution
Syntax::Keyword::Try - a try/catch/finally syntax for perl
This module provides a syntax plugin that implements exception-handling semantics in a form familiar to users of other languages, being built on a block labeled with the "try" keyword, followed by at least one of a "catch" or "finally" block. As well...
PEVANS/Syntax-Keyword-Try-0.29 - 13 Jul 2023 10:10:32 UTC - Search in distribution
Devel::Agent - Agent like debugger interface
For years people in the perl commnity have been asking for a way to do performance monitoring and tracing of runtime production code. This module attempts to fill this role by implementing a stripped down debugger that is intended to provide an agent...
AKALINUX/Devel-Agent-0.007 - 29 Dec 2021 05:47:35 UTC - Search in distribution
lib::filter - Allow/disallow loading modules
lib::filter lets you allow/disallow loading modules using some rules. It works by installing a coderef in @INC (and additionally by pruning some entries in @INC). The main use-case for this pragma is for testing. It has been pointed out to me that fo...
PERLANCAR/lib-filter-0.281 - 29 Aug 2021 01:14:01 UTC - Search in distribution