-
-
14 Dec 2016 21:42:14 UTC
- Distribution: Dancer-SearchApp
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (106 / 0 / 0)
- Kwalitee
Bus factor: 1- 79.37% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (1.59MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Apache::Tika::Async
- Cal::DAV
- Dancer
- Data::Diver
- Encode
- Exporter
- Filter::signatures
- HTML::Entities
- HTML::Restrict
- HTTP::Date
- Image::ExifTool
- JSON
- MIME::Base64
- MIME::QuotedPrint
- MIME::WordDecoder
- MP3::Tag
- Mail::IMAPClient
- Moo
- Path::Class
- Plack::Middleware::Pod
- Promises
- Scalar::Util
- Search::Elasticsearch
- Search::Elasticsearch::Async
- Search::Elasticsearch::Client::2_0
- Search::Elasticsearch::Client::2_0::Async
- Search::Elasticsearch::Role::Cxn::HTTP
- Template
- Test::More
- Text::Markdown
- Time::Piece
- URI::Escape
- URI::file
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
FUNCTIONS
get_defaults
my $config = get_defaults( #defaults => \%Dancer::SearchApp::Defaults::defaults, #env => \%ENV, config => LoadFile( 'config.yml' ), names => [ # hash-name, config-name, env-name, (hard-default) [ Server => 'server' => IMAP_SERVER => 'localhost' ], [ Port => 'port' => IMAP_PORT => '993' ], [ User => 'username' => IMAP_USER => '' ], [ Password => 'password' => IMAP_PASSWORD => '' ], [ Debug => 'debug' => IMAP_DEBUG => 0 ], ], );
Lame-ass config cascade
Read from %ENV, $config, hard defaults, with different names, write to yet more different names Should merge with other config cascade in Config::Collect
Module Install Instructions
To install Dancer::SearchApp, copy and paste the appropriate command in to your terminal.
cpanm Dancer::SearchApp
perl -MCPAN -e shell install Dancer::SearchApp
For more information on module installation, please visit the detailed CPAN module installation guide.