File: Changes

package info (click to toggle)
libperl-prereqscanner-perl 0.101890-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 136 kB
  • ctags: 15
  • sloc: perl: 304; makefile: 8
file content (51 lines) | stat: -rw-r--r-- 1,708 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Revision history for Perl-PrereqScanner

0.101890  2010-07-08 18:45:57 Europe/Paris
 - fix rt#59121 - remove lurking temp files

0.101480  2010-05-28 08:41:56 America/New_York
 - bump prereq version of String::RewritePrefix

0.101250  2010-05-05 09:32:19 America/New_York
 - convert to Moose object system
 - add the Scanner role and pluggable scanners

0.100960  2010-04-06 17:03:46 Europe/Paris
 - add 'feature' pragma to skip list (mark gardner)
 - added some tests (mark gardner)

0.100830  2010-03-24 13:37:31 Europe/Paris
 - fix rt#55713: support for use parent -norequire
 - fix rt#55851: 'require $foo;' shouldn't add any prereq

0.100690  2010-03-10 21:06:49 America/New_York
 - remove another 5.10-ism

0.100680  2010-03-09 19:10:27 America/New_York
 - fix PPI version required (thanks, Christopher J. Madsen)

0.100630  2010-03-04 22:58:55 America/New_York
 - work on perl 5.8
 - require a newer Version::Requirements with critical bugfix

0.100521  2010-02-21 23:20:55 America/New_York
 - scanning methods now return Version::Requirements objects

0.100520  2010-02-21 15:55:31 America/New_York
 - add perl prereq to Makefile.PL to stop test failures

0.100510  2010-02-20 17:38:59 America/New_York
 - typo fixes (ricardo signes)
 - new script scan_prereqs
 - prereq accounting now managed by Version::Requirements
 - easier-to-link-to Pod

0.100491  2010-02-18 19:16:15 Europe/Paris
 - added a changelog (this file)

0.100490 2010-02-18 19:10:32 Europe/Paris
 - factored out from dist-zilla-plugin-autoprereq
 - fix qw and base-ver parent-ver (ricardo signes)
 - require base if version given (ricardo signes)
 - refactor with/extends (ricardo signes)
 - new methods scan_string() / scan_file()