File: Changes

package info (click to toggle)
libpod-strip-perl 1.100-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 26; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#-----------------------------------------------------------------
# Changes for Pod::Strip
#-----------------------------------------------------------------

1.100     2021-01-10 18:41:21+01:00
    - dist housekeeping, Dist::Zilla::PluginBundle::Author::DOMM


1.02    2006-03-20
  - changed to 'traditional' Makefile.PL creation (easier install)
    (suggested by Alexandre Masselot <olav@genebio.com>)
  - clarified and updated some docs


1.01    2005-11-07
  - removed typo in docs (RT #15392 reported by schubiger@cpan.org)


1.00    2004-10-05
  - first release to CPAN
  - added license to Build.PL
  - some more changes in Build.PL


0.02    2004-09-30
  - added replace_with_comments, based on patches submitted by
    John McNamara <jmcnamara@cpan.org>
  

0.01    2004-04-29
  - updated docs, tests, MANIFEST, etc

  
0.00    2004-09-28
- initial version, done with Module::Starter and some manual tweaking