[SCM] libcpan-meta-check-perl Debian packaging branch, master, updated. debian/0.004-1-39-g7d96c48

Leon Timmermans fawaka at gmail.com
Wed Apr 24 12:40:41 UTC 2013


The following commit has been merged in the master branch:
commit f8df3fb313a9f11d6d15e121ffd90b72de50c0b4
Author: Leon Timmermans <fawaka at gmail.com>
Date:   Wed May 9 20:47:45 2012 +0200

    Fix documentation omissions

diff --git a/lib/CPAN/Meta/Check.pm b/lib/CPAN/Meta/Check.pm
index 9bff526..8e37ae3 100644
--- a/lib/CPAN/Meta/Check.pm
+++ b/lib/CPAN/Meta/Check.pm
@@ -84,7 +84,7 @@ __END__
 
 =head1 DESCRIPTION
 
-This module verifies if modules are 
+This module verifies if requirements described in a CPAN::Meta object are present.
 
 =func check_requirements($reqs, $type)
 
@@ -98,3 +98,12 @@ Check all requirements in C<$meta> for phases C<$phases> and types C<$types>. Mo
 
 This function returns a unified L<CPAN::Meta::Requirements|CPAN::Meta::Requirements> object for all C<$type> requirements for C<$phases>. $phases may be either one (scalar) value or an arrayref of valid values as defined by the L<CPAN::Meta spec|CPAN::Meta::Spec>. C<$type> must be a a relationship as defined by the same spec. Modules are searched for in C<@$incdirs>, defaulting to C<@INC>.
 
+=head1 SEE ALSO
+
+=over 4
+
+=item * L<Test::CheckDeps|Test::CheckDeps>
+
+=item * L<CPAN::Meta|CPAN::Meta>
+
+=back

-- 
libcpan-meta-check-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list