Skip to content

Commit

Permalink
Version 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Feb 28, 2011
1 parent 89dc5f6 commit 340cc27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.17 Sat, Feb 28, 2011
- Remove test boilerplate the reorganisation of dual-life modules in the perl
code made unnecessary.
- Remove Shell::Command - that module is now available in the Shell::Command
distribution on CPAN.

1.16 Mon, Jan 5, 2009
- Add support for VMS UNIX compatibilty mode:
https://rt.cpan.org/Ticket/Display.html?id=42144
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = ExtUtils-Command
version = 1.16
version = 1.17
author = Nick Ing-Simmons <ni-s@cpan.org>
author = Michael G Schwern <schwern@pobox.com>
author = Randy Kobes <r.kobes@uwinnipeg.ca>
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
@ISA = qw(Exporter);
@EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
dos2unix);
$VERSION = '1.16';
$VERSION = '1.17';

my $Is_VMS = $^O eq 'VMS';
my $Is_VMS_mode = $Is_VMS;
Expand Down

0 comments on commit 340cc27

Please sign in to comment.