PageRenderTime 28ms CodeModel.GetById 22ms app.highlight 5ms 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
4use ExtUtils::MakeMaker;
5
6WriteMakefile(
7    'NAME'		=> 'Gtk2::Ex::Carp',
8    'VERSION_FROM'	=> 'Carp.pm',
9);