Bundle::libservlet - a bundle to install all libservlet related modules


Bundle-libservlet documentation Contained in the Bundle-libservlet distribution.

Index


Code Index:

NAME

Top

Bundle::libservlet - a bundle to install all libservlet related modules

SYNOPSIS

Top

perl -MCPAN -e 'install Bundle::libservlet'

CONTENTS

Top

Exception::Class

IO::Handle

Servlet

DESCRIPTION

Top

This bundle includes the libservlet distribution as well as Exception::Class and IO::Handle.

AUTHOR

Top

Brian Moseley, bcm@maz.org


Bundle-libservlet documentation Contained in the Bundle-libservlet distribution.

# -*- Mode: Perl; indent-tabs-mode: nil; -*-

package Bundle::libservlet;

require 5.6;

our $VERSION = '0.9.3';

1;
__END__