# @(#)$Id: Admin.pm 1318 2012-04-22 17:10:47Z pjf $ package App::Munchies::Controller::Admin; use strict; use warnings; use version; our $VERSION = qv( sprintf '0.7.%d', q$Rev: 1318 $ =~ /\d+/gmx ); use parent qw(CatalystX::Usul::Controller::Admin); __PACKAGE__->build_subcontrollers; 1; __END__ =pod =head1 Name App::Munchies::Controller::Admin - Cross application administrative functions =head1 Version $Revision: 1318 $ =head1 Synopsis =head1 Description =head1 Subroutines/Methods =head1 Diagnostics =head1 Configuration and Environment =head1 Dependencies =over 3 =item L =back =head1 Incompatibilities There are no known incompatibilities in this module =head1 Bugs and Limitations There are no known bugs in this module. Please report problems to the address below. Patches are welcome =head1 Author Peter Flanigan, C<< >> =head1 License and Copyright Copyright (c) 2009 Peter Flanigan. All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE =cut # Local Variables: # mode: perl # tab-width: 3 # End: