Movatterモバイル変換


[0]ホーム

URL:


 / 
Starch-0.14
River stage two • 10 direct dependents • 10 total dependents
/Starch::Util

NAME

Starch::Util - Utility functions used internally by Starch.

FUNCTIONS

croak

This is a customCarpcroak function which finds and sets all installedStarch andTest::Starch modules as internal to Carp so that Carp looks deeper in the stack for something to blame which makes exceptions be more contextually useful for users of Starch and means we don't need to use confess which generates giant stack traces.

load_prefixed_module

# These both return "Foo::Bar".my $module = load_prefixed_module( 'Foo', '::Bar' );my $module = load_prefixed_module( 'Foo', 'Foo::Bar' );

Takes a prefix to be appended to a relative package name and a relative or absolute package name. It then resolves the relative package name to an absolute one, loads it, and returns the absolute name.

SUPPORT

See"SUPPORT" in Starch.

AUTHORS

See"AUTHORS" in Starch.

COPYRIGHT AND LICENSE

See"COPYRIGHT AND LICENSE" in Starch.

Module Install Instructions

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

cpanm

cpanm Starch

CPAN shell

perl -MCPAN -e shellinstall Starch

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