pgc-db/Makefile.PL

7 lines
117 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Book',
VERSION_FROM => 'lib/Book/Schema.pm'
);