Revision history for Systemd-Daemon
0.04 2015-03-31
- `perl-Systemd-Daemon.spec.in` now uses placeholders `@BUILD_REQUIRES@` and
`@RUN_REQUIRES@` to use requirements specified in `Makefile.PL`.
- Genertaing files reworked, `MANIFEST.SKIP` now is not a special case. Also, every
generated file depends on its source in `Makefile`.
- `META.json` contains proper abstract, but cpan.org still takes abstract from
`Daemon.pm.in` and shows abstract `@ABSTRACT@`. Attempt to exlude `*.in` files from
indexing.
0.03 2015-03-30
- metacpan.org treats `Makefile.PL` as a documentation file. Fixed.
- `PM_FILTER` is not used. `PL_FILES` used instead, `Makefile.PL` generates `Daemon.pm`,
`perl-Systemd-Daemon.spec`, and `MANIFEST.SKIP`. It should help to show proper
documentation in cpan.org and metacpan.org. Before that, these sites used
non-yet-filtered `Daemon.pm` and shown version as `__VERSION__`.
0.02 2015-03-25
- `make install` fails. Fixed.
0.01 2015-03-24
- First version, released on an unsuspecting world.