Skip to content

Commit

Permalink
Released version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 5, 2011
1 parent d4f201f commit 3e0973b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.12
date: Sat Nov 5 01:07:33 PDT 2011
changes:
- use Pegex::Mo instead of Mo.
---
version: 0.11
date: Fri Sep 30 01:54:50 CEST 2011
changes:
Expand Down
2 changes: 1 addition & 1 deletion lib/Pegex/JSON.pm
Expand Up @@ -17,7 +17,7 @@ package Pegex::JSON;
use Pegex::Mo;
extends 'Pegex::Module';

our $VERSION = '0.11';
our $VERSION = '0.12';

use constant receiver => 'Pegex::JSON::Data';

Expand Down
2 changes: 1 addition & 1 deletion lib/Pegex/JSON/Grammar.pm
Expand Up @@ -6,7 +6,7 @@
# copyright: 2011

package Pegex::JSON::Grammar;
use Mo;
use Pegex::Mo;
extends 'Pegex::Grammar';

use constant text => '../json-pgx/json.pgx';
Expand Down

0 comments on commit 3e0973b

Please sign in to comment.