Skip to content

Commit

Permalink
add true val. remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Feb 26, 2014
1 parent a788078 commit 13a6ad3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/Pegex/JSON/Data.pm
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
##
# name: Pegex::JSON::Data
# abstract: Pegex Data Structure Builder for JSON
# author: Ingy döt Net <ingy@cpan.org>
# license: perl
# copyright: 2011, 2012

package Pegex::JSON::Data;
use Pegex::Base;
extends 'Pegex::Tree';
Expand Down Expand Up @@ -38,3 +31,5 @@ sub got_number { $_[1] + 0 }
sub got_true { &boolean::true }
sub got_false { &boolean::false }
sub got_null { undef }

1;

0 comments on commit 13a6ad3

Please sign in to comment.