Mercurial > repos > cpt > cpt_psm_plotter
comparison lib/CPT.pm @ 1:8691c1c61a8e draft default tip
planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
author | cpt |
---|---|
date | Mon, 05 Jun 2023 02:48:47 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:54c7a3ea81e2 | 1:8691c1c61a8e |
---|---|
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 |