-
perl-parent-0.225-239.lbn13.noarch
parent allows you to both load one or more modules, while setting up
inheritance from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-parent-0.225-243.lbn19.noarch
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-parent-0.237-3.lbn25.noarch
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-parent-0.238-479.fc36.noarch
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Parse-CPAN-Meta-1.4402-239.lbn13.noarch
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of
YAML::Tiny.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Parse-CPAN-Meta-1.4414-3.lbn19.noarch
Parse::CPAN::Meta is a parser for META.json and META.yml files, using
JSON::PP and/or CPAN::Meta::YAML.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Parse-CPAN-Meta-1.4422-1.fc25.noarch
Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP
and/or CPAN::Meta::YAML. It provides three methods: load_file,
load_json_string, and load_yaml_string. These will read and de-serialize CPAN
metafiles.
Parse::CPAN::Meta provides a legacy API of only two functions, based on the
YAML functions of the same name. Wherever possible, identical calling semantics
are used. These may only be used with YAML sources.
All error reporting is done with exceptions (die'ing).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Parse-RecDescent-1.967009-5.lbn13.noarch
Parse::RecDescent incrementally generates top-down recursive-descent
text parsers from simple yacc-like grammar specifications. It
provides:
* Regular expressions or literal strings as terminals (tokens)
* Multiple (non-contiguous) productions for any rule
* Repeated and optional subrules within productions
* Full access to Perl within actions specified as part of the grammar
* Simple automated error reporting during parser generation and parsing
* The ability to commit to, uncommit to, or reject particular
productions during a parse
* The ability to pass data up and down the parse tree ("down" via
subrule argument lists, "up" via subrule return values)
* Incremental extension of the parsing grammar (even during a parse)
* Precompilation of parser objects
* User-definable reduce-reduce conflict resolution via "scoring" of
matching productions
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Parse-RecDescent-1.967009-5.fc19.noarch
Parse::RecDescent incrementally generates top-down recursive-descent
text parsers from simple yacc-like grammar specifications. It
provides:
* Regular expressions or literal strings as terminals (tokens)
* Multiple (non-contiguous) productions for any rule
* Repeated and optional subrules within productions
* Full access to Perl within actions specified as part of the grammar
* Simple automated error reporting during parser generation and parsing
* The ability to commit to, uncommit to, or reject particular
productions during a parse
* The ability to pass data up and down the parse tree ("down" via
subrule argument lists, "up" via subrule return values)
* Incremental extension of the parsing grammar (even during a parse)
* Precompilation of parser objects
* User-definable reduce-reduce conflict resolution via "scoring" of
matching productions
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Parse-RecDescent-1.967015-16.fc36.noarch
Parse::RecDescent incrementally generates top-down recursive-descent
text parsers from simple yacc-like grammar specifications. It
provides:
* Regular expressions or literal strings as terminals (tokens)
* Multiple (non-contiguous) productions for any rule
* Repeated and optional subrules within productions
* Full access to Perl within actions specified as part of the grammar
* Simple automated error reporting during parser generation and parsing
* The ability to commit to, uncommit to, or reject particular
productions during a parse
* The ability to pass data up and down the parse tree ("down" via
subrule argument lists, "up" via subrule return values)
* Incremental extension of the parsing grammar (even during a parse)
* Precompilation of parser objects
* User-definable reduce-reduce conflict resolution via "scoring" of
matching productions
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36