Add harlon into version control.
[harlon.git] / src / harlon.pm
1 # Copyright (C) 2018 Jason Self <j@jxself.org>
2 #
3 # You can redistribute and/or modify this file under the terms of the 
4 # GNU Affero General Public License as published by the Free Software 
5 # Foundation, either version 3 of the License, or (at your option) any 
6 # later version.
7 #
8 # This file is distributed in the hope that it will be useful, but 
9 # WITHOUT ANY WARRANTY; without even the implied warranty of 
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
11 # Affero General Public License for more details.
12 #
13 # You should have received a copy of the GNU Affero General Public 
14 # License along with this file. If not, see 
15 # <http://www.gnu.org/licenses/>.
16
17 use strict;
18 use warnings;
19
20 package harlon;
21
22 require "./parser.pm";
23
24 1;