> So unless you're allergic to writing myapp::site::something::or::other

This qualifies as a worst-practice, but you can use the "abbreviation" 
pragma:

  use abbreviation qw(Very::Long::ClassName::Here);
  my $obj = V::L::CN::Here->new;        # same


http://search.cpan.org/~miyagawa/abbreviation-0.02/lib/abbreviation.pm

Really, though, your text editor should take care of that for you.  Try 
M-/ in emacs.

Regards,
Jonathan Rockway

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to