AFS-Command

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

#
# $Id: Makefile.PL,v 7.1 2004/01/13 19:01:10 wpm Exp $
#
# (c) 2003-2004 Morgan Stanley and Co.
# See ..../src/LICENSE for terms of distribution.
#

require 5.6.0;

use ExtUtils::MakeMaker;

WriteMakefile
  (
   NAME			=> 'AFS::Command',
   VERSION_FROM		=> 'lib/AFS/Command/Base.pm', # finds $VERSION
   PREREQ_PM         	=> {},	# e.g., Module::Name => 1.1
   AUTHOR     		=> 'W. Phillip Moore <Phil.Moore@MorganStanley.com>',
  );



( run in 0.219 second using v1.01-cache-2.11-cpan-4d50c553e7e )