Skip to content

Commit

Permalink
release 0.09
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Apr 19, 2014
1 parent 87ffa88 commit 212a4a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.09 2014.04.19
Fix config loading script.


v0.08 2014.04.15
After removing all the Task::DWIM::* modules from CPAN, this is a new beginning.
Starting from 0 and adding prerequisites slowly while also building them for http://dwimperl.com/
Expand Down
2 changes: 1 addition & 1 deletion lib/Task/DWIM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Task::DWIM;
use 5.008;
use strict;
use warnings;
our $VERSION = '0.08';
our $VERSION = '0.09';

use Config::Tiny;

Expand Down

0 comments on commit 212a4a8

Please sign in to comment.