summaryrefslogtreecommitdiff
path: root/new-infra/test-tlp.pl
blob: f9f21af1e681d7cf9b524bc70f26915fedbbcf15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env perl -w

use strict;
use Data::Dumper;

use TLP;

my $tlp = new TLP;
$tlp->from_file("tlp/bar.tlp");
#print Dumper($tlp);

$tlp->writeout();