Dancer-Plugin-Passphrase
view release on metacpan or search on metacpan
Makefile.PL
README
lib/Dancer/Plugin/Passphrase.pm
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/010_auto_stringification.t
t/011_alternative_bcrypt.t
t/012_deprecated_methods.t
t/013_hashes_generated_elsewhere.t
If you see errors like this, then you probably need to use the [Encode](https://metacpan.org/pod/Encode) module
to encode your text as UTF-8 (or whatever encoding it is) before giving it
to `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
[Encode](https://metacpan.org/pod/Encode) module sooner rather than later.
For further reading on UTF-8, unicode, and text encoding in perl,
see [http://training.perl.com/OSCON2011/index.html](http://training.perl.com/OSCON2011/index.html)
# SEE ALSO
[Dancer](https://metacpan.org/pod/Dancer), [Digest](https://metacpan.org/pod/Digest), [Crypt::Eksblowfish::Bcrypt](https://metacpan.org/pod/Crypt::Eksblowfish::Bcrypt), [Dancer::Plugin::Bcrypt](https://metacpan.org/pod/Dancer::Plugin::Bcrypt)
# AUTHOR
James Aitken <jaitken@cpan.org>
lib/Dancer/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<Dancer>, L<Digest>, L<Crypt::Eksblowfish::Bcrypt>, L<Dancer::Plugin::Bcrypt>
=head1 AUTHOR
( run in 0.312 second using v1.01-cache-2.11-cpan-f29a10751f0 )