Skip to content

Commit

Permalink
housekeeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Oct 30, 2016
1 parent cecb92a commit 4cce63b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.78 2016-10-30 Fix an isue that made it uninstallable on some
systems (https://github.com/DrHyde/perl-modules-Devel-CheckOS/issues/16)

1.77 2016-10-21 Add MacOSX:v10_11 and ..._12

1.76 2015-03-13 Add GNU Hurd
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/CheckOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Exporter;

use vars qw(@ISA @EXPORT_OK %EXPORT_TAGS);

our $VERSION = '1.77';
our $VERSION = '1.78';

@ISA = qw(Exporter);
@EXPORT_OK = qw(os_is os_isnt die_if_os_is die_if_os_isnt die_unsupported list_platforms list_family_members);
Expand Down Expand Up @@ -173,8 +173,8 @@ sub list_platforms {
use File::Find::Rule;
use File::Spec;
";

die($@) if($@);

if (!$re_Devel) {
my $case_flag = File::Spec->case_tolerant ? '(?i)' : '';
$re_Devel = qr/$case_flag ^Devel$/x;
Expand Down

0 comments on commit 4cce63b

Please sign in to comment.