blob: c6072caca183fca0be3936287a8ec3e500d5c1f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.PL.orig Thu Sep 11 13:37:04 1997
+++ Makefile.PL Thu Sep 11 13:37:13 1997
@@ -4,7 +4,7 @@
WriteMakefile(
'NAME' => 'Authen::Radius',
'DISTNAME' => 'RadiusPerl',
- 'VERSION_FROM' => 'Authen/Radius.pm', # finds $VERSION
+ 'VERSION_FROM' => 'Radius.pm', # finds $VERSION
'PREREQ_PM' => { MD5 => 1.7, IO => 1.12 },
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);
|