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

Search results for "module:Alias"

Alias - declare symbolic aliases for perl data River stage one • 3 direct dependents • 3 total dependents

Provides general mechanisms for aliasing perl data for convenient access. This module works by putting some values on the symbol table with user-supplied names. Values that are references will get dereferenced into their base types. This means that a...

GSAR/Alias-2.32 - 01 May 1999 02:28:15 UTC

Sub::Alias - Simple subroutine alias. River stage zero No dependents

This module does a compile-time code injection to let you define subroute aliases by names or code refs....

GUGOD/Sub-Alias-1.0.0 - 06 Apr 2020 16:59:40 UTC

Alias::Any - Create lexical aliases under different versions of Perl River stage zero No dependents

This module is simply a convenient wrapper around the various mechanisms by which aliases can be defined under different versions of Perl. Under Perl 5.12 to 5.18, the module uses the 'alias' function from the Data::Alias module to create the request...

DCONWAY/Alias-Any-0.000007 - 12 Jun 2018 01:34:54 UTC

Mac::Alias - Read or create macOS alias files River stage zero No dependents

This Perl module offers functions to read and write macOS Finder alias files. It reads alias data directly from alias files using pure Perl. As such, reading aliases works on any OS and file system. Creating new aliases is only possible on a Mac thou...

AJNN/Mac-Alias-1.01 - 03 Jul 2022 17:08:53 UTC

Data::Alias - Comprehensive set of aliasing operations River stage two • 14 direct dependents • 15 total dependents

Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. Aliasing occurs in Perl for example in for-loops and s...

XMATH/Data-Alias-1.28 - 21 Dec 2022 16:45:45 UTC

Type::Alias - type alias for type constraints River stage zero No dependents

Type::Alias creates type aliases and type functions for existing type constraints such as Type::Tiny, Moose, Mouse. The aim of this module is to enhance the reusability of types and make it easier to express types. IMPORT OPTIONS -alias "-alias" is a...

KFLY/Type-Alias-0.06 - 14 Aug 2023 09:18:57 UTC

Method::Alias - Create method aliases (and do it safely) River stage one • 3 direct dependents • 4 total dependents

For a very long time, whenever I wanted to have a method alias (provide an alternate name for a method) I would simple do a GLOB alias. That is, # My method sub foo { ... } # Alias the method *bar = *foo; While this works fine for functions, it does ...

ADAMK/Method-Alias-1.03 - 15 Jul 2006 06:51:44 UTC

Symbol::Alias - Alias symbols at compile time. River stage zero No dependents

This package allows you to make aliases for symbols in the current package, between the current package and other packages, or between any arbitrary packages....

EXODIST/Symbol-Move-0.000002 - 30 Dec 2015 23:21:28 UTC

alias::module - Alias one module as another River stage three • 15 direct dependents • 110 total dependents

This module aliases one module name to another. package Your::Alias::Name; use alias::module 'Some::Real::Module::Name'; is equivalent to: package Your::Alias::Name; BEGIN { $Package::Alias::BRAVE = 1; require Some::Real::Module::Name; } use Package:...

PERLANCAR/alias-module-0.003 - 18 Jan 2024 00:05:43 UTC

Scalar::Alias - Perl extention to declare lexical scalar aliases River stage zero No dependents

Scalar::Alias allows you to declare lexical scalar aliases. There are many modules that provides variable aliases, but this module is faster than any other alias modules, because it walks into compiled syntax trees and inserts custom opcodes into the...

GFUJI/Scalar-Alias-0.06 - 17 Jun 2009 09:17:46 UTC

Encode::Alias - alias definitions to encodings River stage five • 1078 direct dependents • 32665 total dependents

Allows newName to be used as an alias for ENCODING. ENCODING may be either the name of an encoding or an encoding object (as described in Encode). Currently the first argument to define_alias() can be specified in the following ways: As a simple stri...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Package::Alias - Alias one namespace as another River stage one • 4 direct dependents • 5 total dependents

This module aliases one package name to another. After running the SYNOPSIS code, @INC (shorthand for @main::INC) and @Foo::INC reference the same memory, likewise for the other pairings. Modules not currently loaded into %INC will be used automatica...

JOSHUA/Package-Alias-0.13 - 19 Jun 2013 19:26:54 UTC

Lexical::Alias - makes a lexical an alias for another variable River stage one • 2 direct dependents • 2 total dependents

This module allows you to alias a lexical (declared with "my") variable to another variable (package or lexical). You will receive a fatal error if you try aliasing a scalar to something that is not a scalar (etc.). Parameter Swaping (new!) Version 0...

PINYAN/Lexical-Alias-0.04 - 19 May 2003 15:17:15 UTC

namespace::alias - Lexical aliasing of namespaces River stage zero No dependents

This module allows you to load packages and use them with a shorter name within a lexical scope. This is how you load a module and install an alias for it: use namespace::alias 'Some::Class'; This will load "Some::Class" and install the alias "Class"...

FLORA/namespace-alias-0.02 - 26 Mar 2012 13:51:06 UTC

Attribute::Alias - An Alias attribute River stage one • 5 direct dependents • 5 total dependents

If you need a variable or subroutine to be known by another name, use this attribute. Internally, the attribute's handler assigns typeglobs to each other. As such, the "Alias" attribute provides a layer of abstraction. If the underlying mechanism cha...

DANKOGAI/Attribute-Util-1.07 - 24 Feb 2013 09:18:06 UTC

Tie::Alias - create aliases in pure perl River stage zero No dependents

the Tie::Alias TIESCALAR function takes one argument, which is a reference to the scalar which is to be aliased. Since version 1.0, the argument no longer needs to be a reference. In case the scalar is already tied, the alias gets tied to whatever th...

DAVIDNICO/Tie-Alias-1.01 - 04 Jun 2007 17:29:08 UTC

lib/portable/alias.pm River stage zero No dependents

TOBYINK/portable-loader-0.003 - 10 Jan 2020 23:33:07 UTC

Mail::Alias - Maniulates mail alias files of various formats. Works on files directly or loads files into memory and works on the buffer. River stage zero No dependents

"Mail::Alias" can read various formats of mail alias. Once an object has been created it can be used to expand aliases and output in another format....

JIK/Mail-Alias-1.15 - 28 Feb 2022 12:07:07 UTC

Tie::Alias::Hash - required by Tie::Alias::TIEHASH River stage zero No dependents

DAVIDNICO/Tie-Alias-Hash-0.01 - 26 Nov 2002 03:25:52 UTC

Paws::FSX::Alias River stage two • 9 direct dependents • 11 total dependents

A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases (...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC
81 results (0.02 seconds)