]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/metabib.pm
lots of cleanup... no testing yet, no data to test
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Storage / CDBI / metabib.pm
1 package OpenILS::Application::Storage::CDBI::metabib;
2 our $VERSION = 1;
3
4 #-------------------------------------------------------------------------------
5 package metabib;
6 use base qw/OpenILS::Application::Storage::CDBI/;
7 #-------------------------------------------------------------------------------
8 1;
9