PageRenderTime 128ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/Gtk2-Ex-Carp-0.01/Makefile.PL

#
Perl | 9 lines | 5 code | 2 blank | 2 comment | 0 complexity | 270c46b68d592f249b5639f2a1f881a4 MD5 | raw file
  1. #!/usr/bin/perl
  2. # $Id: Makefile.PL,v 1.1 2005/09/21 15:20:49 jodrell Exp $
  3. use ExtUtils::MakeMaker;
  4. WriteMakefile(
  5. 'NAME' => 'Gtk2::Ex::Carp',
  6. 'VERSION_FROM' => 'Carp.pm',
  7. );