Movatterモバイル変換


[0]ホーム

URL:


 / 
syntax-0.004
River stage two • 35 direct dependents • 57 total dependents
/syntax

NAME

syntax - Activate syntax extensions

VERSION

version 0.004

SYNOPSIS

# eitheruse syntax 'foo';# oruse syntax foo => { ... };# oruse syntax qw( foo bar ), baz => { ... };

DESCRIPTION

This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package.

The import arguments are parsed withData::OptList. There are no standardised options. Please consult the documentation for the specific syntax feature to find out about possible configuration options.

The passed in feature names are simply transformed:function becomesSyntax::Feature::Function andfoo_bar would becomeSyntax::Feature::FooBar.

METHODS

import

syntax->import( @spec );

This method will dispatch the syntax extension setup to the specified feature handlers for the calling package.

import_into

syntax->import_into( $into, @spec );

Same as"import", but performs the setup in$into instead of the calling package.

unimport

syntax->unimport( @features );

This method will trigger uninstallations of the@features from the calling package.

unimport_from

syntax->unimport_from( $from, @features );

Same as"unimport", but will uninstall the@features from$from.

RECOMMENDED FEATURES

SEE ALSO

Syntax::Feature::Function,Devel::Declare

BUGS

Please report any bugs or feature requests to bug-syntax@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=syntax

AUTHOR

Robert 'phaylon' Sedlacek <rs@474.at>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Robert 'phaylon' Sedlacek.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Module Install Instructions

To install syntax, copy and paste the appropriate command in to your terminal.

cpanm

cpanm syntax

CPAN shell

perl -MCPAN -e shellinstall syntax

For more information on module installation, please visitthe detailed CPAN module installation guide.

Keyboard Shortcuts

Global
sFocus search bar
?Bring up this help dialog
GitHub
gpGo to pull requests
gigo to github issues (only if github is preferred repository)
POD
gaGo to author
gcGo to changes
giGo to issues
gdGo to dist
grGo to repository/SCM
gsGo to source
gbGo to file browse
Search terms
module: (e.g.module:Plugin)
distribution: (e.g.distribution:Dancer auth)
author: (e.g.author:SONGMU Redis)
version: (e.g.version:1.00)

[8]ページ先頭

©2009-2025 Movatter.jp