ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Makefile.PL
Revision: 1.1
Committed: Sat Oct 21 19:00:53 2000 UTC (23 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: klinik_20010124
Log Message:
Initial check-in

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     WriteMakefile(
4     NAME => 'PApp::SQL',
5     VERSION_FROM => 'SQL.pm',
6     'PM' => {
7     'SQL.pm' => '$(INST_LIBDIR)/SQL.pm',
8     },
9     );
10