Apache2-AuthenSecurID
view release on metacpan or search on metacpan
RCS/Makefile.PL,v view on Meta::CPAN
head 1.3;
access;
symbols;
locks;
comment @# @;
1.3
date 2007.12.08.03.24.02; author atobey; state Exp;
branches;
next 1.2;
1.2
date 2002.07.30.20.15.39; author Administrator; state Exp;
branches;
next 1.1;
1.1
date 2001.06.22.19.08.42; author root; state Exp;
branches;
next ;
desc
@Created
@
1.3
log
@Updated for port to mod_perl2 and rename.
@
text
@# $Id: Makefile.PL,v 1.2 2002/07/30 20:15:39 Administrator Exp $
use ExtUtils::MakeMaker;
sub MY::libscan {
my($self,$path) = @@_;
return '' if $path =~ /RCS/;
$path;
}
WriteMakefile(
'NAME' => 'Apache2::AuthenSecurID',
'VERSION_FROM' => 'AuthenSecurID.pm',
'PREREQ_PM' => {
Authen::ACE => 0.90,
Crypt::CBC => 1.25,
Crypt::Blowfish => 2.06,
Apache2::RequestUtil => 0.01,
Apache2::RequestRec => 0.01,
ModPerl::Registry => 0.01
},
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);
@
1.2
log
@*** empty log message ***
@
text
@d1 1
a1 1
# $Id: Makefile.PL,v 1.1 2001/06/22 19:08:42 root Exp $
d12 1
a12 1
'NAME' => 'Apache::AuthenSecurID',
d14 2
a15 1
'PREREQ_PM' => { Authen::ACE => 0.90,
d17 5
a21 2
Config::General => 1.20,
Crypt::Blowfish => 2.06 },
@
1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: Makefile.PL,v 1.1 2001/01/18 20:50:27 root Exp $
d16 1
@
( run in 2.465 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )