http://www.perlmonks.org?node_id=1052196


in reply to Re^3: List all available modules available online
in thread List all available modules available online

Thanks for this information, and for going the extra mile to figure out the problem with this distribution. Did Miyagawa use a special admin trick, or did he just check backpan and compare with current cpan, or did he do something else to figure out that the distribution had been deleted?
  • Comment on Re^4: List all available modules available online

Replies are listed 'Best First'.
Re^5: List all available modules available online
by tobyink (Canon) on Sep 04, 2013 at 07:36 UTC

    BackPAN.

    use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name