/[Frey]/trunk/lib/Frey/Bookmarklet.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/Bookmarklet.pm

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

revision 710 by dpavlin, Thu Dec 4 13:26:57 2008 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 47  sub as_markup { Line 47  sub as_markup {
47                  </ul>                  </ul>
48          |;          |;
49    
50          return $self->page(          return $self->html_page(
51                  title => 'Bookmarklets for developers',                  title => 'Bookmarklets for developers',
52                  body => $html,                  body => $html,
53          ) if $self->can('page');          ) if $self->can('page');
# Line 55  sub as_markup { Line 55  sub as_markup {
55          return $html;          return $html;
56  }  }
57    
58    __PACKAGE__->meta->make_immutable;
59    no Moose;
60    
61  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26