Skip to content

Commit

Permalink
0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 13, 2013
1 parent 8c1eb05 commit 0b9f89d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Revision history for Perl extension Filesys::Notify::Simple

{{$NEXT}}
- Fix GH#12, Tests should no longer fail under HARNESS_OPTIONS=j10

0.12 2013-06-13 14:45:27 PDT
- Fix GH#12, Tests should no longer fail under HARNESS_OPTIONS=j10 (Kent Frederic)

0.11 2013-06-12 17:39:36 PDT
- use Milla
Expand Down
4 changes: 3 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"test" : {
"requires" : {
"File::Temp" : "0",
"Test::More" : "0",
"Test::SharedFork" : "0"
}
Expand All @@ -58,10 +59,11 @@
"web" : "https://github.com/miyagawa/Filesys-Notify-Simple"
}
},
"version" : "0.11",
"version" : "0.12",
"x_contributors" : [
"Chia-liang Kao <clkao@clkao.org>",
"Christiaan Kras <c.kras@pcc-online.net>",
"Kent Fredric <kentfredric@gmail.com>",
"Kenta Sato <karupa@cpan.org>",
"Masahiro Chiba <chiba@everqueue.com>",
"Tatsuhiko Miyagawa <miyagawa@gmail.com>",
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ my %WriteMakefileArgs = (
"NAME" => "Filesys::Notify::Simple",
"PREREQ_PM" => {},
"TEST_REQUIRES" => {
"File::Temp" => 0,
"Test::More" => 0,
"Test::SharedFork" => 0,
"File::Temp" => 0,
"Test::SharedFork" => 0
},
"VERSION" => "0.11",
"VERSION" => "0.12",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Filesys/Notify/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Filesys::Notify::Simple;

use strict;
use 5.008_001;
our $VERSION = '0.11';
our $VERSION = '0.12';

use Carp ();
use Cwd;
Expand Down

0 comments on commit 0b9f89d

Please sign in to comment.