June 2002 ModuleMaker Back Slide 9 Forward

Author information


use ExtUtils::ModuleMaker;

my $MOD = ExtUtils::ModuleMaker->new

            (

              NAME => 'Sample::Module',

              AUTHOR =>

              {

                ORGANIZATION => 'XYZ Corp.',

                WEBSITE      => 'http://a.galaxy.far.far.away/modules',

                EMAIL        => 'a.u.thor@a.galaxy.far.far.away',

                NAME         => 'A. U. Thor',

                #CPANID

              },

            );

$MOD->complete_build ();

  • ExtUtils::ModuleMaker will place author information in copyrights and other appropriate places
  • Default is 'A. U. Thor' shown here
  • CPANID is optional, but if given will show up where needed


Copyright © 2001-2002 GlaxoSmithKline Back Contents Forward