comparison cpt_psm_prep/lib/CPT.pm @ 0:e4de0a0e90c8 draft

Uploaded
author cpt
date Tue, 05 Jul 2022 05:38:34 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e4de0a0e90c8
1 package CPT;
2 use strict;
3 use warnings;
4 use Moose;
5
6 # ABSTRACT: main library wrapping most actions needed by CPT's portal scripts.
7
8 no Moose;
9 1;
10
11 __END__
12
13 =pod
14
15 =encoding UTF-8
16
17 =head1 NAME
18
19 CPT - main library wrapping most actions needed by CPT's portal scripts.
20
21 =head1 VERSION
22
23 version 1.99.4
24
25 =head1 AUTHOR
26
27 Eric Rasche <rasche.eric@yandex.ru>
28
29 =head1 COPYRIGHT AND LICENSE
30
31 This software is Copyright (c) 2014 by Eric Rasche.
32
33 This is free software, licensed under:
34
35 The GNU General Public License, Version 3, June 2007
36
37 =cut