[Module-build-checkins] Module-Build Changes,1.299.2.37,1.299.2.38
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-02-28 22:42:06
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8763 Modified Files: Tag: release-0_26_branch Changes Log Message: Write a .packlist file Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.37 retrieving revision 1.299.2.38 diff -u -d -r1.299.2.37 -r1.299.2.38 --- Changes 23 Feb 2005 02:44:23 -0000 1.299.2.37 +++ Changes 28 Feb 2005 22:41:49 -0000 1.299.2.38 @@ -11,6 +11,9 @@ - If Pod::Man is not available, we now skip building man pages (rather than dying) and tell the user why. + - We now write a .packlist file upon installation, in the same place + that ExtUtils::MakeMaker does. [Johnny Lam] + - On some Unix platforms (BSD derivatives, mostly) perl's $^X variable isn't set to the full path of the perl executable, just 'perl', when the 'Build' script is run as './Build' and not 'perl |