Skip to content

Commit

Permalink
Merge pull request #3 from zoffixznet/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect version in SYNOPSIS
  • Loading branch information
jonathanstowe authored Jan 26, 2017
2 parents 67a926c + 5ef2d53 commit 607f128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use META6;
my $m = META6.new( name => 'META6',
description => 'Work with Perl 6 META files',
version => Version.new('0.0.1'),
perl-version => Version.new('6'),
perl-version => Version.new('6.*'),
depends => <JSON::Class>,
test-depends => <Test>,
tags => <devel meta utils>,
Expand Down

0 comments on commit 607f128

Please sign in to comment.