blob: 2ccaef53e6861d5fec7829c2be2e7f21a549994d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Make it easier to install the perl modules in the
# adocman project.
#
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Alexandria',
VERSION_FROM => 'Alexandria/Client.pm'
);
|