]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Printer.pm
Konflikt: main::any wird sowohl von Test::Deep als auch von SL::MoreCommon exportiert.
[mfinanz.git] / SL / DB / Printer.pm
1 package SL::DB::Printer;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Printer;
6
7 __PACKAGE__->meta->make_manager_class;
8
9 1;