/[webpac2]/Webpacus/lib/Webpacus/View/TT.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

Annotation of /Webpacus/lib/Webpacus/View/TT.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 454 - (hide annotations)
Sun May 7 20:59:51 2006 UTC (18 years, 1 month ago) by dpavlin
File size: 382 byte(s)
 r567@llin:  dpavlin | 2006-05-07 23:01:46 +0200
 partial fix for accented characters (which get double encoded in UTF-8, it seems)

1 dpavlin 83 package Webpacus::View::TT;
2    
3     use strict;
4 dpavlin 454 use base 'Catalyst::View::TT::ForceUTF8';
5 dpavlin 83
6     =head1 NAME
7    
8     Webpacus::View::TT - Catalyst TT View
9    
10     =head1 SYNOPSIS
11    
12     See L<Webpacus>
13    
14     =head1 DESCRIPTION
15    
16     Catalyst TT View.
17    
18     =head1 AUTHOR
19    
20     Dobrica Pavlinusic,,,
21    
22     =head1 LICENSE
23    
24     This library is free software, you can redistribute it and/or modify
25     it under the same terms as Perl itself.
26    
27     =cut
28    
29     1;

  ViewVC Help
Powered by ViewVC 1.1.26