Skip to content

Commit

Permalink
use constant broke NYTProf
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed May 23, 2009
1 parent b315b8c commit 0cc8655
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions lib/KiokuDB/Backend/Serialize/JSPON/Converter.pm
Expand Up @@ -5,16 +5,18 @@ use Moose::Role;

use namespace::clean -except => 'meta';

use constant _jspon_fields => qw(
id
class
class_meta
root
deleted
tied
ref
data
);
sub _jspon_fields {
return qw(
id
class
class_meta
root
deleted
tied
ref
data
);
}

has id_field => (
isa => "Str",
Expand Down

0 comments on commit 0cc8655

Please sign in to comment.