This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Is problem if cpan/non-cpan have same NAME
authorKarl Williamson <public@khwilliamson.com>
Thu, 22 Sep 2011 15:08:30 +0000 (09:08 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 22 Sep 2011 15:24:13 +0000 (09:24 -0600)
commit44b8cd40028f888cba315a74e0beb8e85c6ec9d1
tree12be6a90df53433d7c9ba907c96aa478d909be38
parente08998bf623ffe1c897629235e271f4b7593a0c3
podcheck.t: Is problem if cpan/non-cpan have same NAME

If a module whose upstream is cpan has the same NAME as a module that
isn't, that is a problem that should be warned about, as we shouldn't be
shipping two identically named modules, even if one is not under Perl
core's control.  (If two cpan modules have the same name, it is a
problem as well, but not anything we can do anything about, so warn only
when cpan warnings are enabled.)
t/porting/podcheck.t