CGI-UploadEngine
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Controller/Upload.pm view on Meta::CPAN
package MBC::Controller::Upload;
use strict;
use warnings;
use Catalyst 'Session';
use base 'Catalyst::Controller';
use CGI::UploadEngine;
use Moose;
use namespace::autoclean;
# Sets the actions in this controller to be registered with no prefix
__PACKAGE__->config->{namespace} = '';
=head1 NAME
MBC::Controller::Upload - Upload Controller for MBC
=head1 DESCRIPTION
Controller/UploadEG.pm view on Meta::CPAN
package MBC::Controller::UploadEG;
use Moose;
use namespace::autoclean;
use CGI::UploadEngine;
use YAML::Any qw(LoadFile);
# Sets the actions in this controller to be registered with this prefix
__PACKAGE__->config->{namespace} = 'upload';
BEGIN {extends 'Catalyst::Controller'; }
=head1 NAME
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.925 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )