]> www.wagner.pp.ru Git - oss/vjournal.git/blob - Makefile.PL
stubs for scripts
[oss/vjournal.git] / Makefile.PL
1 #!/usr/bin/perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6         NAME=>'VJournal',
7         VERSION=>0.1
8 );
9