Dancer2-Plugin-Passphrase

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Makefile.PL
MANIFEST			This list of files
README.markdown
t/001_basics.t
t/002_pod_coverage.t
t/003_default_settings.t
t/004_all_algorithm_matching.t
t/005_random_passphrase.t
t/006_return_object.t
t/007_no_salt.t
t/008_unicode_matching.t
t/009_exception_handling.t
t/011_alternative_bcrypt.t
t/013_hashes_generated_elsewhere.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

lib/Dancer2/Plugin/Passphrase.pm  view on Meta::CPAN

If you see errors like this, then you probably need to use the L<Encode> module
to encode your text as UTF-8 (or whatever encoding it is) before giving it 
to C<passphrase>.

Text encoding is a bag of hurt, and errors like this are probably indicitive
of deeper problems within your app's code.

You will save yourself a lot of trouble if you read up on the
L<Encode> module sooner rather than later.

For further reading on UTF-8, unicode, and text encoding in perl,
see L<http://training.perl.com/OSCON2011/index.html>


=head1 SEE ALSO

L<Dancer2>, L<Digest>, L<Crypt::Eksblowfish::Bcrypt>


=head1 ACKNOWLEDGMENTS



( run in 0.264 second using v1.01-cache-2.11-cpan-f29a10751f0 )