repo.or.cz
/
blog.pm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Recent comments and posts model methods. Tags cloud. Post modtime fix.
[blog.pm.git]
/
lib
/
Blog
/
I18N.pm
blob
5c003bc7d681e903dff14e4eef859ff38f3be073
1
package
Blog
::
I18N
;
2
3
use
strict
;
4
use
warnings
;
5
6
=head1 AUTHOR
7
8
vti
9
10
=head1 LICENSE
11
12
This library is free software, you can redistribute it and/or modify
13
it under the same terms as Perl itself.
14
15
=cut
16
17
1
;