|
Last change
on this file was 13595, checked in by Don-vip, 8 years ago |
|
tools update: Groovy 2.4.15, PMD 6.2.0, JAPICC 2.4
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | ###########################################################################
|
|---|
| 2 | # A module to handle input data
|
|---|
| 3 | #
|
|---|
| 4 | # Copyright (C) 2016-2018 Andrey Ponomarenko's ABI Laboratory
|
|---|
| 5 | #
|
|---|
| 6 | # Written by Andrey Ponomarenko
|
|---|
| 7 | #
|
|---|
| 8 | # This library is free software; you can redistribute it and/or
|
|---|
| 9 | # modify it under the terms of the GNU Lesser General Public
|
|---|
| 10 | # License as published by the Free Software Foundation; either
|
|---|
| 11 | # version 2.1 of the License, or (at your option) any later version.
|
|---|
| 12 | #
|
|---|
| 13 | # This library is distributed in the hope that it will be useful,
|
|---|
| 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
| 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|---|
| 16 | # Lesser General Public License for more details.
|
|---|
| 17 | #
|
|---|
| 18 | # You should have received a copy of the GNU Lesser General Public
|
|---|
| 19 | # License along with this library; if not, write to the Free Software
|
|---|
| 20 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|---|
| 21 | # MA 02110-1301 USA.
|
|---|
| 22 | ###########################################################################
|
|---|
| 23 | package In;
|
|---|
| 24 |
|
|---|
| 25 | # Input options
|
|---|
| 26 | our %Opt;
|
|---|
| 27 |
|
|---|
| 28 | # Descriptor of input data
|
|---|
| 29 | our %Desc;
|
|---|
| 30 |
|
|---|
| 31 | # API
|
|---|
| 32 | our %API;
|
|---|
| 33 |
|
|---|
| 34 | return 1;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.