summaryrefslogtreecommitdiff
path: root/lib/Dancer/Plugin/I18n.pm
blob: 0bcc40210a8ad3f0ee8384ce75970b8c76a9bc7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
package Dancer::Plugin::I18n;

use strict;
use warnings;
our $VERSION = '0.01';

1;
__END__

=head1 NAME

Dancer::Plugin::I18n -

=head1 SYNOPSIS

  use Dancer::Plugin::I18n;

=head1 DESCRIPTION

Dancer::Plugin::I18n is

=head1 AUTHOR

franck cuny E<lt>franck@lumberjaph.netE<gt>

=head1 SEE ALSO

=head1 LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut