r634@llin: dpavlin | 2006-05-14 13:12:43 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 14 May 2006 12:34:50 +0000 (12:34 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 14 May 2006 12:34:50 +0000 (12:34 +0000)
 don't use version which doesn't exits

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@487 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Input.pm

index 22f8abd..1dcd942 100644 (file)
@@ -3,7 +3,7 @@ package WebPAC::Input;
 use warnings;
 use strict;
 
-use WebPAC::Common 0.03;
+use WebPAC::Common;
 use base qw/WebPAC::Common/;
 use Text::Iconv;
 use Data::Dumper;