The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl EPublisher.
=====================================

1.27 2019-01-28 07:19:00

  + add more validation of the config input
  + do not try to load a plugin when no type is given
  + add tests

1.26 2019-01-27 08:35:00

  + accept a module name as parameter to load_source in ::Module plugin, make debugging easier
  + add tests

1.25 2019-01-26 09:13:00

  + accept a path as parameter to load_source in ::File plugin, make debugging easier
  + add tests

1.24 2019-01-25 07:35:00

  + accept additional parameter in ::Dir source plugin, so one can pass the source directory to `load_source`
  + add tests

1.23 2019-01-22 10:17:00

  + fix POD in ::Text target, thanks to @manwar
  + accept list of POD string as parameter to deploy() in ::Text target
  + add tests

1.22 2019-01-20 03:29:00

  + add tests

1.21 2015-01-14

  [MISC]
  + add metaresources, now EPublisher can be picked for the CPAN PullRequest Challenge

1.0  2013-07-11
        + exclude directories

0.9  2013-07-11
        + add extract_package to get namespace of package
        + use namespace as title

0.8  2013-07-11
        + check if a PPI object was created
        + handle lists of directories in Dir plugin (source)
        + improved tests for Dir plugin

0.7  2012-05-03
        + improve utf-8 handling

0.6  2012-02-17
        + constructor accepts a hashreference as config, too.

0.5  2012-02-09
        + allow arbitrary titles (defined in YAML config)

0.41 2012-01-29
        - minor documentation improvements
        - fixed prerequesits

0.4  2012-01-26
        - changed return values of source plugins
        - changed format of parameters accepted by target plugins

0.3  2010-11-12
	- original version