Mercurial > repos > cpt > cpt_psm_recombine
comparison lib/CPT/Writer/Spreadsheet.pm @ 1:97ef96676b48 draft
planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
author | cpt |
---|---|
date | Mon, 05 Jun 2023 02:51:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:b18e8268bf4e | 1:97ef96676b48 |
---|---|
1 package CPT::Writer::Spreadsheet; | |
2 use Moose::Role; | |
3 use strict; | |
4 use warnings; | |
5 use autodie; | |
6 | |
7 no Moose::Role; | |
8 1; | |
9 | |
10 __END__ | |
11 | |
12 =pod | |
13 | |
14 =encoding UTF-8 | |
15 | |
16 =head1 NAME | |
17 | |
18 CPT::Writer::Spreadsheet | |
19 | |
20 =head1 VERSION | |
21 | |
22 version 1.99.4 | |
23 | |
24 =head1 AUTHOR | |
25 | |
26 Eric Rasche <rasche.eric@yandex.ru> | |
27 | |
28 =head1 COPYRIGHT AND LICENSE | |
29 | |
30 This software is Copyright (c) 2014 by Eric Rasche. | |
31 | |
32 This is free software, licensed under: | |
33 | |
34 The GNU General Public License, Version 3, June 2007 | |
35 | |
36 =cut |