/[Frey]/trunk/lib/Frey/View/JSON.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/View/JSON.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1132 by dpavlin, Wed Jan 7 19:42:36 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 23  sub as_markup { Line 23  sub as_markup {
23          JSON->new->allow_nonref(1)->allow_blessed(1)->encode($self->data);          JSON->new->allow_nonref(1)->allow_blessed(1)->encode($self->data);
24  }  }
25    
26    __PACKAGE__->meta->make_immutable;
27    no Moose;
28    
29  1;  1;

Legend:
Removed from v.1132  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26