File: Changelog.ini

package info (click to toggle)
libstring-dirify-perl 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 188; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download | duplicates (3)
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
[Module]
Name=String::Dirify
Changelog.Creator=Module::Metadata::Changes V 2.10
Changelog.Parser=Config::IniFiles V 2.88

[V 1.03]
Date=2016-05-11T09:21:00
Comments= <<EOT
- Rename CHANGES to Changes as per CPAN::Spec::Changes
- Replace /usr/bin/perl with /usr/bin/env perl.
- Replace common::sense with use strict and use warnings, to get uninit var warnings.
- Adopt new repo structure. For details, see
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
This includes switching from the Artistic V 1.0 licence to the Perl licence.
And this in turn satisfies a request from Emmanuel Seyman who is right now packaging this
distro for Fedora.
- Reformat POD so lines are no more than 100 chars wide. This is my (Ron's) personal policy.
- Move t/pod.t to xt/author/.
EOT

[V 1.02]
Date=2011-01-07T10:41:00
Comments= <<EOT
- Add explicit copyright text in Source/Dirify.pm for Debian packaging.
- Add newline at end of t/pod.t.
EOT

[V 1.01]
Date=2010-02-10T13:53:05
Comments=- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.

[V 1.00]
Date=2009-06-26T11:09:00
Comments=- Original version