Mojo-Base-Lib

use Mojo::Base::Lib 'SomeBaseClass',-lib, qw(rel/path/lib /abs/path/lib);

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

LICENSE AND COPYRIGHT

Copyright (C) 2016 Mikhail Che

This program is free software; you can redistribute it and/or modify it
under the terms of the the Perl itself.