Search results for "Exporter"
Exporter - Implements default import method for modules
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.77 - 23 Jan 2023 06:32:35 UTC - Search in distribution- Exporter::Heavy - Exporter guts
Exporter::VA - Improved Exporter featuring Versioning and Aliasing.
This main incentive in creating this exporter is to allow modules to be updated and get rid of default exports in newer releases, while still maintaining compatibility with older code. What it Gives the Client's 'use' Statement If ModuleName gets its...
DLUGOSZ/Exporter-VA-1.3.0.1 - 27 Jan 2003 07:41:39 UTC - Search in distribution
Mo::exporter - Export the @EXPORT list
If you are defining your own Mo class for a project, and you want it to always use a default set of features, you should add "import" to the end of the list. Then by calling: use MyMo; you get the default set: "default" and "builder". If you just wan...
TINITA/Mo-0.40 - 06 Jul 2016 22:11:23 UTC - Search in distribution
PDL::Exporter - PDL export control
Implements the standard conventions for import of PDL modules in to the namespace Hopefully will be extended to allow fine control of which namespace is used....
ETJ/PDL-2.084 - 21 May 2023 16:35:20 UTC - Search in distribution- PDL::PP - Generate PDL routines from concise descriptions
- PDL::Index - an index of PDL documentation
- PDL::Course - A journey through PDL's documentation, from beginner to advanced.
Sub::Exporter - a sophisticated exporter for custom-built routines
ACHTUNG! If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first! Why Generators? The biggest benefit of Sub::Exporter over existing exporters (including the ubiquitous Exporter.pm) is its ability to build new coderefs f...
RJBS/Sub-Exporter-0.990 - 22 Jul 2023 04:10:16 UTC - Search in distribution- Sub::Exporter::Util - utilities to make Sub::Exporter easier
- Sub::Exporter::Tutorial - a friendly guide to exporting with Sub::Exporter
- Sub::Exporter::Cookbook - useful, demonstrative, or stupid Sub::Exporter tricks
Exporter::Auto - export all public functions from your package
Exporter::Auto is a simple replacement for Exporter that will export all public functions from your package. If you want all functions to be exported from your module by default, then this might be the module for you. If you only want some functions ...
NEILB/Exporter-Auto-0.04 - 16 Aug 2014 18:46:54 UTC - Search in distribution
Exporter::Easy - Takes the drudgery out of Exporting symbols
Exporter::Easy makes using Exporter easy. In its simplest case, it allows you to drop the boilerplate code that comes with using Exporter, so require Exporter; use base qw( Exporter ); use vars qw( @EXPORT ); @EXPORT = ( 'init' ); becomes use Exporte...
NEILB/Exporter-Easy-0.18 - 11 Nov 2015 21:30:35 UTC - Search in distribution- Exporter::Easiest - Takes even more drudgery out of Exporting symbols
Exporter::Lite - lightweight exporting of functions and variables
Exporter::Lite is an alternative to Exporter, intended to provide a lightweight subset of the most commonly-used functionality. It supports "import()", @EXPORT and @EXPORT_OK and not a whole lot else. Exporter::Lite simply exports its import() functi...
NEILB/Exporter-Lite-0.09 - 03 Mar 2022 10:06:41 UTC - Search in distribution
Exporter::Tidy - Another way of exporting symbols
This module serves as an easy, clean alternative to Exporter. Unlike Exporter, it is not subclassed, but it simply exports a custom import() into your namespace. With Exporter::Tidy, you don't need to use any package global in your module. Even the s...
JUERD/Exporter-Tidy-0.08 - 06 Jan 2015 11:27:47 UTC - Search in distribution
Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies
Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the "-as", "-prefix" and "-suffix" options; explicit destinations with the "into" option; and alternative installers with the "install...
TOBYINK/Exporter-Tiny-1.006002 - 31 Mar 2023 14:41:26 UTC - Search in distribution- Exporter::Shiny - shortcut for Exporter::Tiny
- Exporter::Tiny::Manual::Etc - odds and ends
- Exporter::Tiny::Manual::Importing - importing from Exporter::Tiny-based modules
- 2 more results from Exporter-Tiny »
SIOC::Exporter - SIOC RDF exporter class
This module implements a SIOC exporter class. It will output the RDF representation of SIOC objects passed to it....
GEEWIZ/SIOC-v1.0.0 - 21 Mar 2008 21:25:06 UTC - Search in distribution
Class::Exporter - Export class methods as regular subroutines
This module makes it much easier to make a module have a hybrid object/method interface similar to the one of CGI.pm. You can take any old module that has an object- oriented interface and convert it to have a hybrid interface by simply adding "use b...
SPLICE/Class-Exporter-0.03 - 13 Apr 2003 19:49:36 UTC - Search in distribution
Const::Exporter - Declare constants for export.
This module allows you to declare constants that can be exported to other modules. To declare constants, simply group then into export tags: package MyApp::Constants; use Const::Exporter tag_a => [ 'foo' => 1, 'bar' => 2, ], tag_b => [ 'baz' => 3, 'b...
RRWO/Const-Exporter-v1.2.3 - 11 Jun 2023 10:02:24 UTC - Search in distribution
Exporter::Handy - An EXPERIMENTAL subclass of <Exporter::Extensible>, which helps create easy-to-extend modules that export symbols
This module is currently EXPERIMENTAL. You are advised to restrain from using it. You have been warned....
TABULO/Exporter-Handy-1.000004 - 29 May 2023 07:42:38 UTC - Search in distribution- Exporter::Handy::Util - Routines useful when exporting symbols thru Exporter and friends
Exporter::Proxy - Simplified symbol export & proxy dispatch.
This installs 'import' and 'exports' subroutines into the callers namespace. The 'import' does the usual deed: exporting symbols by name; 'exports' simplifies introspection by listing the exported symbols (useful for testing). The optional "dispather...
LEMBARK/Exporter-Proxy-1.008002 - 13 Apr 2018 18:22:05 UTC - Search in distribution
Exporter::Rinci - A simple wrapper for Exporter for modules with Rinci metadata
Exporter::Rinci is a simple wrapper for Exporter. Before handing out control to Exporter's import(), it will look at the exporting module's @EXPORT, @EXPORT_OK, and %EXPORT_TAGS and if they are empty will fill them out with data from Rinci metadata (...
PERLANCAR/Exporter-Rinci-0.030 - 16 Aug 2019 01:52:34 UTC - Search in distribution
Moose::Exporter - make an import() and unimport() just like Moose.pm
This module encapsulates the exporting of sugar functions in a "Moose.pm"-like manner. It does this by building custom "import" and "unimport" methods for your module, based on a spec you provide. It also lets you "stack" Moose-alike modules so you c...
ETHER/Moose-2.2206 - 23 Jul 2023 17:16:27 UTC - Search in distribution- lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm
- Moose::Manual::Delta - Important Changes in Moose
- Moose::Cookbook::Meta::GlobRef_InstanceMetaclass - Creating a glob reference meta-instance class
- 3 more results from Moose »
Mouse::Exporter - make an import() and unimport() just like Mouse.pm
This module encapsulates the exporting of sugar functions in a "Mouse.pm"-like manner. It does this by building custom "import", "unimport" methods for your module, based on a spec you provide. Note that "Mouse::Exporter" does not provide the "with_m...
SKAJI/Mouse-v2.5.10 - 28 Mar 2020 13:17:36 UTC - Search in distribution- Mouse::Util::MetaRole - Apply roles to any metaclass, as well as the object base class
Badger::Exporter - symbol exporter
This module performs the same basic function as the "Exporter" module in that it exports symbols from one package namespace to another. Howevever, unlike the "Exporter" module it also accounts for object inheritance. If your base class module defines...
ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution- Badger::Constants - defines constants for other Badger modules
Exporter::NoWork - an easier way to export functions
There is no need to add Exporter::NoWork to your @ISA: the "use" statement will do that for you. All functions are considered exportable, except those beginning with an underscore, unless the option -MAGIC is given on the "use" line in which case fun...
BMORROW/Exporter-NoWork-0.03 - 17 Dec 2010 05:02:00 UTC - Search in distribution