CatalystX::VirtualComponents

Setup Virtual Catalyst Components Based On A Parent Application Class
Download

CatalystX::VirtualComponents Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daisuke Maki
  • Publisher web site:
  • http://search.cpan.org/~dmaki/

CatalystX::VirtualComponents Tags


CatalystX::VirtualComponents Description

Setup Virtual Catalyst Components Based On A Parent Application Class CatalystX::VirtualComponents is a Perl module that provides a way to reuse controllers, models, and views from another Catalyst application.SYNOPSIS # in your base app... package MyApp; use Catalyst; # in another app... package MyApp::Extended; use Moose; use Catalyst qw(+CatalystX::VirtualComponents); extends 'MyApp'; Requirements: · Perl


CatalystX::VirtualComponents Related Software