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 "distribution:Exporter-Tiny SHINY"

Exporter::Shiny - shortcut for Exporter::Tiny River stage four • 139 direct dependents • 5107 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 • 139 direct dependents • 5107 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::Tiny::Manual::Etc - odds and ends River stage four • 139 direct dependents • 5107 total dependents

Utility Functions Exporter::Tiny is itself an exporter! These functions are really for internal use, but can be exported if you need them: "mkopt(\@array)" Similar to "mkopt" from Data::OptList. It doesn't support all the fancy options that Data::Opt...

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

Exporter::Tiny::Manual::QuickStart - the quickest way to get up and running with Exporter::Tiny River stage four • 139 direct dependents • 5107 total dependents

See the synopsis. Yes, it's that simple. Next steps Default exports Note that the module in the synopsis doesn't export anything by default. If people load "MyUtils" like this: use MyUtils; Then they haven't imported any functions. You can specify a ...

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

Exporter::Tiny::Manual::Exporting - creating an exporter using Exporter::Tiny River stage four • 139 direct dependents • 5107 total dependents

Simple configuration works the same as Exporter; inherit from Exporter::Tiny, and use the @EXPORT, @EXPORT_OK, and %EXPORT_TAGS package variables to list subs to export. Unlike Exporter, Exporter::Tiny performs most of its internal duties (including ...

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

Exporter::Tiny::Manual::Importing - importing from Exporter::Tiny-based modules River stage four • 139 direct dependents • 5107 total dependents

For the purposes of this discussion we'll assume we have a module called "MyUtils" which exports functions called "frobnicate", "red", "blue", and "green". It has a tag set up called ":colours" which corresponds to "red", "blue", and "green". Many of...

TOBYINK/Exporter-Tiny-1.006002 - 31 Mar 2023 14:41:26 UTC
6 results (0.06 seconds)