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

Search results for "module:Exporter::Tiny"

Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies River stage four • 132 direct dependents • 5014 total dependents

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

Exporter::Shiny - shortcut for Exporter::Tiny River stage four • 132 direct dependents • 5014 total dependents

This is a very small wrapper to simplify using Exporter::Tiny. It does the following: * Marks your package as loaded in %INC; * Pushes any function names in the import list onto your @EXPORT_OK; and * Pushes "Exporter::Tiny" onto your @ISA. It doesn'...

TOBYINK/Exporter-Tiny-1.006002 - 31 Mar 2023 14:41:26 UTC

Exporter::Almighty - combining Exporter::Tiny with some other stuff for added power River stage zero No dependents

This module aims to make building exporters easier. It is based on Exporter::Tiny, but helps you avoid manually setting @EXPORT_OK, %EXPORT_TAGS, etc. Exporter::Almighty supports lexical exports, even on Perl versions as old as 5.12. Exporter::Almigh...

TOBYINK/Exporter-Almighty-0.001005 - 24 Mar 2023 15:59:00 UTC

Exporter::Auto - export all public functions from your package River stage one • 2 direct dependents • 2 total dependents

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

Exporter::Lite - lightweight exporting of functions and variables River stage three • 59 direct dependents • 180 total dependents

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

Exporter::Easy - Takes the drudgery out of Exporting symbols River stage two • 29 direct dependents • 43 total dependents

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

Exporter::Extensible - Create easy-to-extend modules which export symbols River stage one • 6 direct dependents • 7 total dependents

As a module author, you have dozens of exporters to choose from, so I'll try to get straight to the pros/cons of this module: Pros Extend Your Module This exporter focuses on the ability and ease of letting you "subclass" a module-with-exports to cre...

NERDVANA/Exporter-Extensible-0.11 - 21 May 2023 15:53:03 UTC

CXC::Exporter::Util - Tagged Based Exporting River stage zero No dependents

"CXC::Exporter::Util" provides *tag-centric* utilities for modules which export symbols. It doesn't provide exporting services; its sole purpose is to manipulate the data structures used by exporting modules which follow the API provided by Perl's co...

DJERIUS/CXC-Exporter-Util-0.08 - 18 Apr 2024 19:48:23 UTC

Exporter::LexicalVars - export lexical variables River stage zero No dependents

Exports lexical ("my") variables. In the setup hashref, you can provide either non-reference values to define in the caller's lexical context, or you can provide initializers as coderefs. Initializers are called with a reference to the variable which...

TOBYINK/Exporter-LexicalVars-0.001 - 05 Apr 2014 09:35:29 UTC

Exporter::Handy::Util - Routines useful when exporting symbols thru Exporter and friends River stage zero No dependents

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
10 results (0.031 seconds)