|
@@ -6,7 +6,7 @@ use warnings;
|
|
|
use base qw(Exporter);
|
|
use base qw(Exporter);
|
|
|
our @EXPORT = qw($version $progname $admindir $dpkglibdir $pkgdatadir);
|
|
our @EXPORT = qw($version $progname $admindir $dpkglibdir $pkgdatadir);
|
|
|
|
|
|
|
|
-our ($progname) = $0 =~ m:.*/(.*):;
|
|
|
|
|
|
|
+our ($progname) = $0 =~ m#(?:.*/)?([^/]*)#;
|
|
|
|
|
|
|
|
# The following lines are automatically fixed at install time
|
|
# The following lines are automatically fixed at install time
|
|
|
our $version = "1.14";
|
|
our $version = "1.14";
|