forked from andk/cpanpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare for the next devel release with an automatic ChangeLog and co…
…rrect dependencies that prevent a release with the old version number git-svn-id: https://pause.perl.org:5460/svn/cpanpm/trunk@182 81f69c26-07c4-0310-b1c3-f486c8728884
- Loading branch information
Showing
5 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
inc/Test/Builder.pm | ||
inc/Test/More.pm | ||
ChangeLog | ||
ChangeLog.old | ||
Changes.old | ||
MANIFEST | ||
MANIFEST.SKIP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ WriteMakefile( | |
(ABSTRACT_FROM => 'lib/CPAN.pm', # retrieve abstract from module | ||
AUTHOR => 'Andreas Koenig <[email protected]>') : ()), | ||
'dist' => { | ||
DIST_DEFAULT => 'setversion README all tardist', | ||
DIST_DEFAULT => 'Makefile setversion README all chlog tardist', | ||
COMPRESS => 'gzip -9f' | ||
}, | ||
); | ||
|
@@ -94,6 +94,11 @@ README: lib/CPAN.pm Makefile | |
chmod +w $@ | ||
pod2text lib/CPAN.pm > $@ | ||
chlog :: | ||
LC_ALL=en_GB.utf8 svn log -v -r `svnversion . | perl -ne '/(?:\d+:)?(\d+)[SM]*$$/&&print $$1'`:1 > ChangeLog | ||
Makefile.PL: $(VERSION_FROM) | ||
touch $@ | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
|
||
* ChangeLog needs to be written by svn during make dist, and the | ||
dependencies must care for a rerun of 'perl Makefile.PL' when | ||
CPAN.pm gets edited. | ||
CPAN.pm gets edited. This would be 'svn log -r HEAD:131' for the | ||
ChangeLog, I think. | ||
|
||
2005-10-19 Andreas J. Koenig <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters