From: dbs Date: Thu, 16 Sep 2010 14:24:30 +0000 (+0000) Subject: $VERSION in Perl modules needs to be quoted to avoid breakage X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d3cbfa45e3a8912d2a97e1bd7addc64dad6f9229;p=OpenSRF.git $VERSION in Perl modules needs to be quoted to avoid breakage We stamp releases when they're rolled, but having it quoted in SVN will help as a reminder at release time. git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_6@2025 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index b6dc463..71753c0 100644 --- a/src/perl/lib/OpenSRF.pm +++ b/src/perl/lib/OpenSRF.pm @@ -18,7 +18,7 @@ Version 1.6.0 =cut -our $VERSION = 1.6.0; +our $VERSION = "1.6.0"; =head1 METHODS