/usr/share/perl5/Bundle/Apache/ASP.pm is in libapache-asp-perl 2.62-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | package Bundle::Apache::ASP;
$VERSION = '1.10';
1;
__END__
=head1 NAME
Bundle::Apache::ASP - Install Apache::ASP and required
=head1 SYNOPSIS
perl -MCPAN -e 'install Bundle::Apache::ASP'
=head1 CONTENTS
MLDBM - This is used for reading and writing multi-level hashes on disk
Digest::MD5 - 32 byte hash algorithm for cookie session-id
MLDBM::Sync - Enables safe concurrent access to MLDBM databases.
Apache::ASP - A perl ASP port to Apache
=head1 DESCRIPTION
This bundle contains modules used by Apache::ASP.
=head1 AUTHOR
Joshua Chamas
|