]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/perlmods/lib/OpenILS.pm
bumping Perl version string for 3.1.11
[Evergreen.git] / Open-ILS / src / perlmods / lib / OpenILS.pm
1 package OpenILS;
2
3 =head1 NAME
4
5 OpenILS - Client and server support for the Evergreen open source library system
6
7 =cut
8
9 our $VERSION = '3.0111';
10
11 1;