Armadito-Agent
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
return "";
}
if ( $constant_definition !~ /^([A-Z0-9_]+) =/ ) {
return "";
}
return $1;
}
sub updateConstants {
my ($self) = @_;
my @constants = split( /\n/, $self->SUPER::constants(@_) );
foreach my $constant_definition (@constants) {
my $constant = parseConstantDefinition($constant_definition);
if ( $constant ne ""
&& defined( $Variables{$constant} ) )
{
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.479 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )