in reply to Re: Open source project to contribute
in thread Open source project to contribute

Thanks Dev! Is there any link for that? Where can I find information of such bugs and patches?
  • Comment on Re^2: Open source project to contribute

Replies are listed 'Best First'.
Re^3: Open source project to contribute
by atcroft (Abbot) on Feb 11, 2015 at 08:05 UTC

    On the metaCPAN site, lookup the module. A link labelled "Issues" appears on the left.

    On search.cpan.org, look up the module, and there will be a link labelled "View/Report Bugs" in the distribution page for the module.

    If the module has a publicly-available repository (such as at GitHub) or website, then you may find an issue tracker, forum, or wiki with information about encountered bugs or proposed features.

    Hope that helps.