[Module-build-checkins] Module-Build/lib/Module Build.pm,1.200,1.201
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-11-17 01:38:20
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1545/lib/Module Modified Files: Build.pm Log Message: Remove this old and somewhat meaningless text Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.200 retrieving revision 1.201 diff -u -d -r1.200 -r1.201 --- Build.pm 17 Nov 2005 01:33:29 -0000 1.200 +++ Build.pm 17 Nov 2005 01:38:06 -0000 1.201 @@ -255,16 +255,6 @@ 'lib/something.PL' => ['/lib/something', '/lib/else'], 'lib/funny.PL' => [] } -Note that in contrast to MakeMaker, the C<build> action only -(currently) handles C<.pm>, C<.pod>, C<.PL>, and C<.xs> files. They -must all be in the C<lib/> directory, in the directory structure that -they should have when installed. We also handle C<.c> files that can -be in the place of your choosing - see the C<c_source> argument to -C<new()>. - -The C<.xs> support is currently in alpha. Please let me know whether -it works for you. - =item config_data ... |