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

Search results for "module:Exporter::Shiny"

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::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::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::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::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
6 results (0.028 seconds)