From b364785ea90e60806aaaec56d15bcc70a74daf6d Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 6 Oct 2010 07:58:18 +0000 Subject: end of the move --- bcd.pl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bcd.pl (limited to 'bcd.pl') diff --git a/bcd.pl b/bcd.pl new file mode 100755 index 0000000..721f3a9 --- /dev/null +++ b/bcd.pl @@ -0,0 +1,9 @@ +#!/usr/bin/perl -w + +use strict; + +# internal lib +use BCD::Bcd; +use BCD::Common; + +main_bcd(); -- cgit v1.2.1