1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
package App::Session::Token;
our $VERSION = '0.102';
1;
__END__
=encoding utf-8
=head1 NAME
App::Session::Token - Command line interface to Session::Token
=head1 DESCRIPTION
This interface is described in the L<session-token> documentation.
=head1 SEE ALSO
L<App-Session-Token github repo|https://github.com/hoytech/App-Session-Token>
L<Session::Token>
=head1 AUTHOR
Doug Hoyte, C<< <doug@hcsw.org> >>
=head1 COPYRIGHT & LICENSE
Copyright 2014-2016 Doug Hoyte.
This module is licensed under the same terms as perl itself.
|