Skip to content

Commit

Permalink
Updating for release of version 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills-optus committed Nov 20, 2016
1 parent 32cbaba commit 977ad54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Revision history for File-TypeCategories

0.06 2016-11-20
Updating for release of version 0.06
Skipping processing dir if it doesn't exist (Ivan Wills)
Added eval to prodect getting dist_dir during tests (Ivan Wills)
Added perl 5.24 to travis build (Ivan Wills)
Removed default should still be false (Ivan Wills)
Added more configs (Ivan Wills)
Changing default to undef as some systems seem to not like 0 (Ivan Wills)
Updated license date (Ivan Wills)

0.05 2015-08-04
Updating for release of version 0.05
Removed creation of makefile (Ivan Wills)
Expand Down
4 changes: 2 additions & 2 deletions bin/tfind
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Term::ANSIColor qw/:constants/;
use Path::Tiny;
use File::TypeCategories;

our $VERSION = 0.05;
our $VERSION = 0.06;
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
my $REVERSE = REVERSE;
my $RESET = RESET;
Expand Down Expand Up @@ -158,7 +158,7 @@ tfind - Find files based on file types
=head1 VERSION
This documentation refers to tfind version 0.05
This documentation refers to tfind version 0.06
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/File/TypeCategories.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Types::Standard -types;
use File::ShareDir qw/dist_dir/;
use YAML qw/LoadFile/;

our $VERSION = 0.05;
our $VERSION = 0.06;
our %warned_once;

has ignore => (
Expand Down Expand Up @@ -202,7 +202,7 @@ File::TypeCategories - Determine if files match a specific type
=head1 VERSION
This documentation refers to File::TypeCategories version 0.05
This documentation refers to File::TypeCategories version 0.06
=head1 SYNOPSIS
Expand Down

0 comments on commit 977ad54

Please sign in to comment.