Mercurial > repos > cpt > cpt_psm_plotter
comparison lib/CPT/Plot/Label.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::Plot::Base::Label; | |
2 use Moose; | |
3 | |
4 # ABSTRACT: Abstraction of a label. Obviously not implemented | |
5 | |
6 no Moose; | |
7 1; | |
8 | |
9 __END__ | |
10 | |
11 =pod | |
12 | |
13 =encoding UTF-8 | |
14 | |
15 =head1 NAME | |
16 | |
17 CPT::Plot::Base::Label - Abstraction of a label. Obviously not implemented | |
18 | |
19 =head1 VERSION | |
20 | |
21 version 1.96 | |
22 | |
23 =head1 AUTHOR | |
24 | |
25 Eric Rasche <rasche.eric@yandex.ru> | |
26 | |
27 =head1 COPYRIGHT AND LICENSE | |
28 | |
29 This software is Copyright (c) 2014 by Eric Rasche. | |
30 | |
31 This is free software, licensed under: | |
32 | |
33 The GNU General Public License, Version 3, June 2007 | |
34 | |
35 =cut |