From 2994f499bc287114d6ad004e5335c4c5c9d337d9 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 9 Mar 2007 00:24:09 +0000 Subject: Added version numbers to new modules git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@868 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Location.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LedgerSMB/Location.pm') diff --git a/LedgerSMB/Location.pm b/LedgerSMB/Location.pm index c58dbab0..3c7eda52 100644 --- a/LedgerSMB/Location.pm +++ b/LedgerSMB/Location.pm @@ -32,6 +32,8 @@ your software. package LedgerSMB::Location; use LedgerSMB; use LedgerSMB::DBObject; +our $VERSION = '1.0.0'; + @ISA = (LedgerSMB::DBObject); sub AUTOLOAD { -- cgit v1.2.3