I think the easiest solution is to create a new module with the new name,
and refactor the old one to use it... so Plack::Middleware::Auth::Form
would still exist as a consumer of the new module, and perhaps there are
some Plack-specific things that it might add to the inherited object,
especially if what you're creating is truly a webprototype, and the
existing module is truly middleware...

2012/4/9 Zbigniew Łukasiak <zzb...@gmail.com>

> I am thinking about changing Plack::Middleware::Auth::Form to
> WebPrototypes::LoginForm - the idea is to provide more such 'widgets'
> (there are already two published:
> http://search.cpan.org/search?query=webprototypes&mode=all - still
> experimental) with the same basic approach for  reusabillity of web
> elements.
>
> Is there a common procedure for such a migration?
>
> --
> Zbigniew Lukasiak
> http://brudnopis.blogspot.com/
> http://perlalchemy.blogspot.com/
>



-- 
Check out my LEGO blog at http://www.brickpile.com
Follow/friend me: facebook.com/billward • flickr.com/photos/billward •
twitter.com/williamward

Reply via email to