Codebase list libdata-showtable-perl / 7494516d-36cf-4303-93e9-9f8b9dfd9664/main Makefile.PL
7494516d-36cf-4303-93e9-9f8b9dfd9664/main

Tree @7494516d-36cf-4303-93e9-9f8b9dfd9664/main (Download .tar.gz)

Makefile.PL @7494516d-36cf-4303-93e9-9f8b9dfd9664/mainraw · history · blame

# Makefile for ShowTable.pm
#
#    Copyright (C) 1996-2013 Alan K. Stebbens <aks@stebbens.org>
#
#    This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#

require 5.002;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME		=> 'Data::ShowTable',
        VERSION_FROM    => 'ShowTable.pm',
	ABSTRACT        => 'Perl module to automatically format columnar data.',
	AUTHOR	        => 'Alan Stebbens <aks@stebbens.org>',
	EXE_FILES	=> [ 'showtable' ],
	LICENSE	        => 'gpl',
	dist		=> { COMPRESS => 'gzip',
			     SUFFIX => '.gz', 
			   },
    );