The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

String::Secret::Serializable - serializable secret

SYNOPSIS

    use Storable;
    use String::Secret::Serializable;

    my $secret = String::Secret::Serializable->new('mysecret');
    my $freezed = Storable::nfreeze($secret); # it not masked

DESCRIPTION

TODO

SEE ALSO

perl

LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

karupanerura <karupa@cpan.org>