-
-
02 Aug 2018 04:24:41 UTC
- Distribution: Mojolicious-Che
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (255 / 0 / 0)
- Kwalitee
Bus factor: 1- 45.87% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (8.41KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Mojo::Log::Che
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Доброго всем
Mojo::Base::Che
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
NAME
Mojo::Base::Che - some patch for Mojo::Base
DESCRIPTION
Патчи Mojo::Base.
Причины патчей
1. НЕТ!!NO!!!1111 Добавление путей в @INC;
2. Разрешены хазы/атрибуты не только латиницей;
SYNOPSIS
НЕТ!!NO!!!1111 This module provide a extended form for add extra lib directories to perl's search path. See lib
НЕТ!!NO!!!1111 use Mojo::Base::Che -lib, qw(rel/path/lib /abs/path/lib); НЕТ!!NO!!!1111 use Mojo::Base::Che -lib, ['lib1', 'lib2']; НЕТ!!NO!!!1111 use Mojo::Base::Che '-lib:lib1:lib2;lib3'; НЕТ!!NO!!!1111 use Mojo::Base::Che -strict, qw(-lib lib1 lib2); НЕТ!!NO!!!1111 use Mojo::Base::Che qw(-base -lib lib1 lib2); НЕТ!!NO!!!1111 use Mojo::Base::Che 'SomeBaseClass', qw(-lib lib1 lib2); use lib 'lib'; use Mojo::Base 'Foo'; use Mojo::Base::Che; # apply patch # GLORY utf names allow has [qw(☭хаза ☆маза)];
НЕТ!!NO!!!1111 For relative lib path will use FindBin module and
$FindBin::Bin
is prepends to that lib. НЕТ!!NO!!!1111 Libs always applied first even its last on flags list.SEE ALSO
AUTHOR
Михаил Че (Mikhail Che),
<mche[-at-]cpan.org>
BUGS / CONTRIBUTING
Please report any bugs or feature requests at https://github.com/mche/Mojolicious-Che/issues.
COPYRIGHT
Copyright 2016-2018 Mikhail Che.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Mojolicious::Che, copy and paste the appropriate command in to your terminal.
cpanm Mojolicious::Che
perl -MCPAN -e shell install Mojolicious::Che
For more information on module installation, please visit the detailed CPAN module installation guide.