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


in reply to Is maintaining multiple versions of a CPAN module a terrible idea?

I have been thinking about such things myself for post-1.000000 Type::Tiny. My planned approach is this:

A wiki page can exist, with links to download tarballs of the latest releases in the 1.000xxx, 1.002xxx, etc branches.

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