[Module-build-checkins] Module-Build/lib/Module Build.pm,1.204,1.205
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-12-22 01:47:07
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14212/lib/Module Modified Files: Build.pm Log Message: Clarify directory name Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.204 retrieving revision 1.205 diff -u -d -r1.204 -r1.205 --- Build.pm 2 Dec 2005 12:12:21 -0000 1.204 +++ Build.pm 22 Dec 2005 01:46:59 -0000 1.205 @@ -289,11 +289,10 @@ =item distdir -Creates a directory called C<$(DISTNAME)-$(VERSION)> (if that -directory already exists, it will be removed first). Then copies all -the files listed in the F<MANIFEST> file to that directory. This -directory is what people will see when they download your distribution -and unpack it. +Creates a "distribution directory" named C<$dist_name-$dist_version> +(if that directory already exists, it will be removed first), then +copies all the files listed in the F<MANIFEST> file to that directory. +This directory is what the distribution tarball is created from. =item distmeta |