/usr/local/CPAN/Env-Modulecmd/Makefile.PL
# $Id: Makefile.PL,v 4.1 2004/05/28 19:39:25 ronisaac Exp $
# Copyright (c) 2001-2003, Morgan Stanley Dean Witter and Co.
# Distributed under the terms of the GNU General Public License.
# Please see the copyright notice in Modulecmd.pm for more information.
use ExtUtils::MakeMaker;
WriteMakefile
('NAME' => 'Env::Modulecmd',
'VERSION_FROM' => 'Modulecmd.pm',
'PREREQ_PM' => {},
($] >= 5.005 ?
(ABSTRACT_FROM => 'Modulecmd.pm',
AUTHOR => 'Ron Isaacson <ron.isaacson@morganstanley.com>',
PM_FILTER => '$(PERL) -p filter'
) : ()),
);