NAME
App::DuckPAN::Perl
VERSION
version 0.031
FUNCTIONS
get_local_version
Returns a version object for the specified package.
my $version = App::DuckPAN::Perl::get_local_version('Moose');
Returns undef
if the version was not defined or not installed.
See version.pm
's documentation for more on version objects.
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by DuckDuckGo, Inc. http://duckduckgo.com/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.