The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Import::Into"

Import::Into - Import packages into other packages River stage three • 138 direct dependents • 603 total dependents

Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ... and some things are pragmas. Exporting on someone else's behalf is harder. The exporters don't provide a consistent API f...

HAARG/Import-Into-1.002005 - 28 Aug 2015 00:30:22 UTC - Search in distribution

App::DoubleUp - Import SQL files into MySQL River stage zero No dependents

Import SQL files into a DBI compatible database....

STUIFZAND/App-DoubleUp-0.4.2 - 05 Aug 2013 10:43:06 UTC - Search in distribution

SVK::Command::Import - Import directory into depot River stage one • 7 direct dependents • 8 total dependents

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC - Search in distribution

rig - import groups of favorite/related modules with a single expression River stage zero No dependents

This module allows you to organize and bundle your favorite modules, thus reducing the recurring task of "use"ing them in your programs, and implicitly requesting imports by default. You can rig your bundles in 2 places: * A file called ".perlrig" in...

RODRIGO/rig-0.04 - 07 Aug 2011 08:39:15 UTC - Search in distribution

use - Import several modules with a single use statement River stage zero No dependents

This module lets you import several modules at once. This is almost the same as modules, except that "caller" is properly set up so syntax-altering modules based on Devel::Declare, Filter::Simple or Module::Compile work correctly. If a Perl version n...

AUDREYT/use-0.05 - 21 Oct 2012 14:12:28 UTC - Search in distribution

Github::Import - Import your project into http://github.com River stage one • 1 direct dependent • 1 total dependent

This class/script provides a way to import a git repository into <http://github.com>....

JROCKWAY/Github-Import-0.07 - 30 May 2011 07:42:16 UTC - Search in distribution

App::csv2sqlite - Import CSV files into a SQLite database River stage zero No dependents

Import CSV files into a SQLite database (using DBIx::TableLoader::CSV). Each csv file specified on the command line will became a table in the resulting sqlite database....

RWSTAUNER/App-csv2sqlite-0.004 - 26 Jan 2013 06:11:37 UTC - Search in distribution
  • csv2sqlite - Import CSV files into a SQLite database

Import::Base - Import a set of modules into the calling module River stage two • 8 direct dependents • 12 total dependents

This module makes it easier to build and manage a base set of imports. Rather than importing a dozen modules in each of your project's modules, you simply import one module and get all the other modules you want. This reduces your module boilerplate ...

PREACTION/Import-Base-1.004 - 16 Jan 2018 19:19:45 UTC - Search in distribution

Subclass::Of - import a magic subclass River stage two • 3 direct dependents • 12 total dependents

Load a class, creating a subclass of it with additional roles (Moose, Mouse, Moo and Role::Tiny should all work) and/or additional methods, and providing a lexically-scoped alias for the subclass. Compile-Time Usage To create a subclass at compile-ti...

TOBYINK/Subclass-Of-0.009 - 18 Nov 2020 09:54:14 UTC - Search in distribution

Exporter - Implements default import method for modules River stage five • 2724 direct dependents • 33164 total dependents

The Exporter module implements an "import" method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own "import" method because Exporter provides a highly flexib...

TODDR/Exporter-5.78 - 30 Dec 2023 21:13:29 UTC - Search in distribution

Win32::API - Perl Win32 API Import Facility River stage two • 32 direct dependents • 36 total dependents

To use this module put the following line at the beginning of your script: use Win32::API; You can now use the "new()" function of the Win32::API module to create a new Win32::API::More object (see "IMPORTING A FUNCTION") and then invoke the "Call()"...

BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTC - Search in distribution

lexically - lexically import functions from non-lexical exporters River stage zero No dependents

This pragma turns normal package-based exporter modules into lexical exporters. This can be useful to ensure that your package namespace doesn't get polluted (preventing the need for something like namespace::clean entirely)....

DOY/lexically-0.01 - 11 Jul 2013 00:30:53 UTC - Search in distribution

ToolSet - Load your commonly-used modules in a single import River stage one • 5 direct dependents • 6 total dependents

ToolSet provides a mechanism for creating logical bundles of modules that can be treated as a single, reusable toolset that is imported as one. Unlike CPAN bundles, which specify modules to be installed together, a toolset specifies modules to be imp...

DAGOLDEN/ToolSet-1.03 - 06 May 2017 03:16:29 UTC - Search in distribution

builtin - Perl pragma to import built-in utility functions River stage five • 11693 direct dependents • 33184 total dependents

Perl provides several utility functions in the "builtin" package. These are plain functions, and look and behave just like regular user-defined functions do. They do not provide new syntax or require special parsing. These functions are always presen...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • O - Generic interface to Perl Compiler backends
  • O - Generic interface to Perl Compiler backends
  • re - Perl pragma to alter regular expression behaviour
  • 130 more results from perl »

PLJava - This project will embed Perl into Java. River stage zero No dependents

GMPASSOS/PLJava-0.04 - 28 Jul 2004 00:24:59 UTC - Search in distribution

import - import all modules with the same package prefix, aliasing it away. River stage zero No dependents

'import' is a Perl pragma that performs a 'use' statement on all modules that can be found within the given package prefix. The primary intended use of the pragma is to make typing easier for people who are porting Java code to Perl. Java has the abi...

MIKEKING/import-1_01 - 11 Oct 1999 20:17:26 UTC - Search in distribution

Perl::Core - Perl core essentials in a single import River stage zero No dependents

Perl::Core provides the best parts of Modern Perl in a single, user-friendly import. Perl version 5.14 is used by default, but you can choose which version to use in your import statement. use Perl::Core '5.18'; The following modules and keywords wil...

AANARI/Perl-Core-0.0100 - 04 Jun 2015 18:03:12 UTC - Search in distribution

T - Encapsulate testing tools instead of cluttering your namespace. River stage zero No dependents

This module collection makes it possible to use popular testing tools such as Test::More or Test2::Bundle::Extended without cluttering up your namespace. Under the hood all the work is done by Import::Box which was created specifically to implement t...

EXODIST/T-0.001 - 20 Oct 2016 16:58:12 UTC - Search in distribution

apc2svn - Import APC into subversion with resume-where-it-left-off River stage zero No dependents

Apply Rafael's perlpatch2svn to all diffs in APC skipping already applied patches. An initial run of this script took on my 1 GHz Athlon about 12 hours. Update 2003-09: 17 hours with my Athlon 2800. Yes, subversion is getting slower. We assume, our c...

ANDK/Perl-Repository-APC-2.002001 - 26 Mar 2011 17:02:32 UTC - Search in distribution
  • perlpatch2svn - Import bleadperl patches into a Subversion repository

e - beastmode unleashed River stage zero No dependents

This module imports many features that make one-liners and script debugging much faster. It has been optimized for performance to not import all features right away: thereby making its startup cost quite low....

TIMKA/e-1.15 - 24 May 2024 10:14:49 UTC - Search in distribution
2,127 results (0.201 seconds)