http://qs321.pair.com?node_id=609870


in reply to Deprecating CPAN modules?

Exists various methods for deprecated

I see that authors mark modules with (DEPRECATED) front the description line.

Replies are listed 'Best First'.
Re^2: Deprecating CPAN modules?
by xdg (Monsignor) on Apr 13, 2007 at 10:43 UTC

    Actually, it needs to be noted in the NAME section of the pod to show up in CPAN search.

    =head1 NAME Foo::Bar - (Deprecated) Use Bam::Baz instead

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.