Refactor: split App::FatPacker->fatpack_file in multiple methods
authorOlivier Mengué <dolmen@cpan.org>
Wed, 26 Jun 2013 21:27:28 +0000 (23:27 +0200)
committerOlivier Mengué <dolmen@cpan.org>
Thu, 1 Aug 2013 08:03:30 +0000 (10:03 +0200)
commit30c647248c7eaac7f0051f3fd3cf3734b296ba44
treef90cf4b2b257740b5d4544b62eaf8cce5768cafb
parent3cc17a9eb31defece3d563e903e97cb76a511692
Refactor: split App::FatPacker->fatpack_file in multiple methods

This will allow to build subclasses of App::FatPacker that overload only
some parts of the fatpacking process.
The ultimate goal is to be able to reuse bin/fatpack with pluggable
implementations of the App::FatPacker class.
lib/App/FatPacker.pm