Changes between Initial Version and Version 1 of Ticket #2185
- Timestamp:
- 08/24/11 02:37:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2185 – description
initial v1 1 1 nmake release is using the following unix-isms: 2 2 3 {{{ 3 4 [ shell test operator 4 5 ln -s … … 8 9 tar 9 10 rm 11 }}} 10 12 11 13 No reason this couldn't be replaced en masse with a perl script that depends on Archive::Tar. (core in 5.9.3 and above, and "make release" already has non-perl-core deps anyway.)