diff options
author | franck cuny <franck@lumberjaph.net> | 2010-04-25 22:11:17 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-04-25 22:11:17 +0200 |
commit | 8e299a27a55164a404918ad9fd63b0811a4f0b8e (patch) | |
tree | 1fe3843158391c68ac5581acdd80771a6e166407 | |
parent | a simple application to test (diff) | |
download | dancer-plugin-i18n-8e299a27a55164a404918ad9fd63b0811a4f0b8e.tar.gz |
add FIXME to application name
-rw-r--r-- | lib/Dancer/Plugin/I18n.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Dancer/Plugin/I18n.pm b/lib/Dancer/Plugin/I18n.pm index 67c57ec..1796cc3 100644 --- a/lib/Dancer/Plugin/I18n.pm +++ b/lib/Dancer/Plugin/I18n.pm @@ -21,6 +21,7 @@ add_hook( scalar $request->header('Accept-Language') ) ); + # FIXME what's the best method to get the application name ?? my $app = "TestApp"; $i18n_package = $app."::I18N"; eval "package $i18n_package; use base 'Locale::Maketext'; 1;"; |