projects
/
opensrf
/
bjwebb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb83bd4
)
Use an Exporter-approved version number (only one decimal place)
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 31 Jan 2011 05:49:10 +0000
(
05:49
+0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 31 Jan 2011 05:49:10 +0000
(
05:49
+0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2162
9efc2488
-bf62-4759-914b-
345cdb29e865
src/perl/lib/OpenSRF.pm
patch
|
blob
|
history
diff --git
a/src/perl/lib/OpenSRF.pm
b/src/perl/lib/OpenSRF.pm
index
51463a8
..
9f018f7
100644
(file)
--- a/
src/perl/lib/OpenSRF.pm
+++ b/
src/perl/lib/OpenSRF.pm
@@
-18,14
+18,14
@@
Version 2.0.0
=cut
-our $VERSION = "2.0
.
0";
+our $VERSION = "2.00";
=head1 METHODS
=head2 AUTOLOAD
Traps methods calls for methods that have not been defined so they
-don't prop
o
gate up the class hierarchy.
+don't prop
a
gate up the class hierarchy.
=cut