-
-
16 Aug 2011 21:45:20 UTC
- Distribution: mojolicious-lexicon
- Module version: 0.9922
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (231 / 87 / 2)
- Kwalitee
- 88.35% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (5.58KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Dependencies
- File::Find
- Getopt::Long
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mojolicious::Command::Generate::Lexicon - Generate Lexicon Command
SYNOPSIS
$ ./script/my_mojolicious_app generate lexicon [language] [--behavior=save||reset] [templates]
Or as perl module
use Mojolicious::Command::Generate::Lexicon; my $l = Mojolicious::Command::Generate::Lexicon->new; $inflate->run($language, @files);
SEE ALSO
SUPPORT
IRC
#ru.pm on irc.perl.org
DEVELOPMENT
Repository
http://github.com/und3f/mojolicious-lexicon
AUTHOR
Sergey Zasenko,
undef@cpan.org
.CREDITS
In alphabetical order
Silvio
COPYRIGHT
Copyright (C) 2011, Sergey Zasenko
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
Module Install Instructions
To install MojoX::I18N::Lexemes, copy and paste the appropriate command in to your terminal.
cpanm MojoX::I18N::Lexemes
perl -MCPAN -e shell install MojoX::I18N::Lexemes
For more information on module installation, please visit the detailed CPAN module installation guide.