Skip to content

Commit

Permalink
v1.000003
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Attempt to avoid tempdir(CLEANUP => 1) being an error with newer Path::Tiny

 [Dependencies::Stats]
 - Dependencies changed since 1.000002, see misc/*.deps* for details
 - runtime: ↑1
  • Loading branch information
kentfredric committed Jul 22, 2014
1 parent dff0bcb commit 960e93e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Test-File-ShareDir

{{$NEXT}}

1.000003 2014-07-22T19:02:06Z
[Bugfix]
- Attempt to avoid tempdir(CLEANUP => 1) being an error with newer Path::Tiny

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Create a Fake ShareDir for your modules for testing.

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir/Dist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir::Dist;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Simplified dist oriented ShareDir tester

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir/Module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir::Module;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Simplified module oriented ShareDir tester

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir/Object/Dist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir::Object::Dist;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Object Oriented ShareDir creation for distributions

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir/Object/Inc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir::Object::Inc;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Shared tempdir object code to inject into @INC

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir/Object/Module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir::Object::Module;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Object Oriented ShareDir creation for modules

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/ShareDir/TempDirObject.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::File::ShareDir::TempDirObject;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Internal Object to make code simpler.

Expand Down

0 comments on commit 960e93e

Please sign in to comment.