Skip to content

Commit

Permalink
Release v0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
sharyanto committed Sep 8, 2013
1 parent ed76f65 commit 6dbdad8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Dist-Zilla-Rinci-Validate

0.06 2013-09-08 (SHARYANTO)

- No functional changes. Replace Perinci::Access::InProcess with
::Perl.


0.05 2013-03-02 (SHARYANTO)

[BUG FIXES]
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,4 +1,4 @@
version=0.05
version=0.06

name=Dist-Zilla-Plugin-Rinci-Validate
author=Steven Haryanto <stevenharyanto@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Rinci/Validate.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Log::Any '$log';

use Data::Sah;
use Perinci::Access::InProcess;
use Perinci::Access::Perl;

my $sah = Data::Sah->new();
my $plc = $sah->get_compiler("perl");
Expand Down

0 comments on commit 6dbdad8

Please sign in to comment.