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