Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 0.06
  • Loading branch information
niner committed Aug 5, 2016
1 parent 7d667b8 commit 83c9298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
0.06 2016-08-05 17:00 CEST
- Update for compatibility with current MoarVM
0.05 2016-03-07 11:30 CET
- Update for compatibility with Perl 6.c and current MoarVM
- Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/Perl6.pm
Expand Up @@ -28,7 +28,7 @@ our @EXPORT = qw(
);

our $VERSION = '0.05';
our $VERSION = '0.06';

my ($helper_path) = grep { -e } map {File::Spec->catfile($_, qw(Inline Perl6 Helper.pm))} @INC
or die "Could not find Inline/Perl6/Helper.pm in \@INC (@INC)";
Expand Down

0 comments on commit 83c9298

Please sign in to comment.