Bundle-myxCal

 view release on metacpan or  search on metacpan

myxCal.pm  view on Meta::CPAN

package Bundle::myxCal;

$VERSION = '0.03';

1;

__END__

=head1 NAME

Bundle::myxCal - a CPAN bundle for the myxCal XML/CGI calendaring application

=head1 SYNOPSIS

  perl -MCPAN -e "install 'Bundle::myxCal'"

=head1 CONTENTS

 CGI [ 2.89 ]
 CGI::Cache [ 1.40 ]
 CGI::Session [ 3.94 ]

myxCal.pm  view on Meta::CPAN

 XML::SAX [ 0.12 ]
 XML::SAX::Base [ 1.04 ]
 XML::SAX::Exception [ 1.01 ]
 XML::SAX::Expat [ 0.35 ]
 XML::SAX::ParserFactory [ 1.01 ]
 XML::Simple [ 2.02 ]

=head2 DESCRIPTION

Bundle::myxCal will install all the perl modules required to run
myxCal, an XML/CGI calendaring application. This bundle was created
using the following procedure:
 
 h2xs -AXcfn Bundle::myxCal

and then editing the .pm file appropriately. Then, from a bash prompt:

 perl -d:Modlist -MDevel::Modlist=nocore [all cgi files] 2>&1 |egrep '^[A-Z].*[0-9]$'|awk '{print $1 " [ " $2 " ]"}'

This output was then moved into the CONTENTS section.



( run in 0.317 second using v1.01-cache-2.11-cpan-c333fce770f )