File: Makefile.PL

package info (click to toggle)
libtext-simpletable-perl 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 80 kB
  • ctags: 7
  • sloc: perl: 297; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!perl

# Copyright (C) 2005-2009, Sebastian Riedel.

use strict;
use warnings;

use ExtUtils::MakeMaker;

# Son, when you participate in sporting events,
# it's not whether you win or lose, it's how drunk you get.
WriteMakefile(
    NAME         => 'Text::SimpleTable',
    VERSION_FROM => 'lib/Text/SimpleTable.pm',
    AUTHOR       => 'Sebastian Riedel <sri@cpan.org>'
);