Carp-Proxy

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

[-Subroutines::RequireArgUnpacking]
[-Subroutines::ProhibitExplicitReturnUndef]
[-Subroutines::ProhibitSubroutinePrototypes]
[-TestingAndDebugging::ProhibitNoStrict]
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-ValuesAndExpressions::RequireConstantVersion]
[-ValuesAndExpressions::RequireInterpolationOfMetachars]

[Documentation::RequirePodSections]
lib_sections = BUGS AND LIMITATIONS | DEPENDENCIES | DESCRIPTION | EXPORTS | LICENSE AND COPYRIGHT | METHODS | NAME | SEE ALSO | SUPPORT | SYNOPSIS

lib/Carp/.perlcriticrc  view on Meta::CPAN

[-Subroutines::RequireArgUnpacking]
[-Subroutines::ProhibitExplicitReturnUndef]
[-Subroutines::ProhibitSubroutinePrototypes]
[-TestingAndDebugging::ProhibitNoStrict]
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-ValuesAndExpressions::RequireConstantVersion]
[-ValuesAndExpressions::RequireInterpolationOfMetachars]

[Documentation::RequirePodSections]
lib_sections = BUGS AND LIMITATIONS | DEPENDENCIES | DESCRIPTION | EXPORTS | LICENSE AND COPYRIGHT | METHODS | NAME | SEE ALSO | SUPPORT | SYNOPSIS

lib/Carp/Proxy.pm  view on Meta::CPAN

 
        my $kids_proxy;
        {
            local $YAML::XS::LoadBlessed = 1;
            $kids_proxy = YAML::XS::Load( $output );
        }
        do_something( $kids_proxy )
    }


=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests to C<bug-carp-proxy at
rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Carp-Proxy>.  I will be
notified, and then you'll automatically be notified of progress on your
bug as I make changes.

=head1 DEPENDENCIES

Core dependencies (come with Perl)



( run in 0.501 second using v1.01-cache-2.11-cpan-4d50c553e7e )