File: Token.pm

package info (click to toggle)
session-token 0.102-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 38; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
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.