On Tue, Aug 10, 2010 at 12:29 AM, Zbigniew Lukasiak <zzb...@gmail.com>wrote:
> Am I missing something? > > > http://search.cpan.org/~bobtfish/MooseX-SimpleConfig-0.07/lib/MooseX/SimpleConfig.pm<http://search.cpan.org/%7Ebobtfish/MooseX-SimpleConfig-0.07/lib/MooseX/SimpleConfig.pm> > > http://search.cpan.org/~chilts/SRS-EPP-Proxy-0.21/lib/SRS/EPP/Proxy/SimpleConfig.pm<http://search.cpan.org/%7Echilts/SRS-EPP-Proxy-0.21/lib/SRS/EPP/Proxy/SimpleConfig.pm> > > They do seem to be nearly identical copies - but I guess this can > quickly change if one of them is updated. > It appears that the "package" declaration is different: 1. original is MooseX::SimpleConfig 2. second one is SRS::EPP::Proxy::Simpleconfig However, the POD (which is also where the title of the HTML output is from) is exactly the same as MooseX::SimpleConfig. I thought the CPAN indexer would cry loudly in such a case. > That probably means that the PAUSE indexer that used the package declaration saw no problem (since the package name is different), but the rendering of the POD to HTML yielded a completely identical page since it uses the POD (NAME section, etc.) to render the page. Although I could be wrong, this is just my guess. The scarier part is that a ConfigFromFile base role copy exists as well in SRS::EPP::Proxy. Please *don't* just copy paste PODs!! Sawyer.