Hi Gagarin, > I have uploaded a perl module in CPAN, but i am not finding it when i am > giving my module name "Das.pm" in CPAN home page. > Kindly help me to find out my module.
When searching for your module, you need to drop the ‘.pm’ suffix. Searching on MetaCPAN, I found your module: https://metacpan.org/source/GAGARIN/Das/lib/Das.pm <https://metacpan.org/source/GAGARIN/Das/lib/Das.pm> And on search.cpan.org <http://search.cpan.org/>, searching for Das results in: http://search.cpan.org/~gagarin/Das/ <http://search.cpan.org/~gagarin/Das/> It will help how your module appears in search results if you add some basic documentation, including an abstract: =head1 NAME Das - a one line description of your module goes here =head1 SYNOPSIS simple code example here =head1 DESCRIPTION Put at least one paragraph of text here. This is what MetaCPAN will show as the summary of the module in search results. You can find out about other CPAN conventions by looking at your author page on CPANTS: http://cpants.cpanauthors.org/author/GAGARIN <http://cpants.cpanauthors.org/author/GAGARIN> I hope this is helpful, Neil