Apache-Action

 view release on metacpan or  search on metacpan

lib/Apache/Action.pm  view on Meta::CPAN

package Apache::Action;

use strict;
use vars qw($VERSION @ISA %ACTIONS);
use Carp;
use Exporter;
use Data::Dumper;
use Apache::Constants qw(:response);

$VERSION = 0.02;
@ISA = qw(Exporter);

# Class methods

sub register {
	my $self = shift;
	my $app = shift;



( run in 0.229 second using v1.01-cache-2.11-cpan-4d50c553e7e )