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/Employee.pm | 3 +++ LedgerSMB/Location.pm | 2 ++ LedgerSMB/Log.pm | 1 + 3 files changed, 6 insertions(+) (limited to 'LedgerSMB') diff --git a/LedgerSMB/Employee.pm b/LedgerSMB/Employee.pm index 9552a8da..a299ea86 100644 --- a/LedgerSMB/Employee.pm +++ b/LedgerSMB/Employee.pm @@ -31,8 +31,11 @@ your software. package LedgerSMB::Employee; use LedgerSMB; use LedgerSMB::DBObject; +our $VERSION = '1.0.0'; + @ISA = (LedgerSMB::DBObject); + sub AUTOLOAD { my $procname = "employee_$LedgerSMB::Employee::Autoload"; $self->exec_method($procname); 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 { diff --git a/LedgerSMB/Log.pm b/LedgerSMB/Log.pm index 558578ec..a0bd80b4 100644 --- a/LedgerSMB/Log.pm +++ b/LedgerSMB/Log.pm @@ -51,6 +51,7 @@ use Data::Dumper; use LedgerSMB::Sysconfig; use Carp (); +our $VERSION = '1.0.0'; our $fh; -- cgit v1.2.3