summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: b38ea5ab4b376b1e2f93afe4c28fb4780a402c53 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
- add RPM4 fake package (for eg: iurt)
- update Net::FTP fake package for installer
- perl_checker:
  o recognize \B in regexps

Version 1.2.17 - 19 March 2012, by Thierry Vignaud

- fix Glib fake package causing perl_checker to show bogus "too many
  parameters" on some isa() calls

Version 1.2.16 - 18 March 2012, by Thierry Vignaud

- reduce perl_checker SNR on perl function expecting a variable number
  of arguments
- update URPM fake package

Version 1.2.15 - 08 March 2012, by Thierry Vignaud

- blacklist some function names that perl_checker dislike (use, ...)
- fix 2 fake packages

Version 1.2.14 - 01 February 2012, by Thierry Vignaud

- update fake packages

Version 1.2.13 - 30 January 2012, by Thierry Vignaud

- parse .pm files too when generating fake packages
- update fake packages

Version 1.2.12 - 20 September 2011, by Thierry Vignaud

- update fake packages

Version 1.2.11 - 25 September 2008, by Pascal "Pixel" Rigaux

- re-allow "$object->state" and "sub state ..."
- ignore "use feature"

Version 1.2.10 - 25 September 2008, by Pascal "Pixel" Rigaux

- recognize "state"
- fix typo causing qq(} $foo) to be parsed as q(} $foo)

Version 1.2.9 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o add Gtk2::Notify (which replaces Gtk2::NotificationBubble)
  o add Gtk2::Sexy
  o fix error in generated Glib

Version 1.2.8 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o fix error in generated Gtk2

Version 1.2.7 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o add URPM (for rpmdrake)

Version 1.2.6 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o add Gtk2::WebKit (for mcc)
  o update Glib & Gtk2

Version 1.2.5 - 4 September 2008, by Pascal "Pixel" Rigaux

- recognize //=
- recognize file test "-o" (File is owned by effective uid.)
- don't die when @ISA packages are unknow, make it a warning instead

Version 1.2.4 - 21 December 2006, by Pascal "Pixel" Rigaux

- handle P(...) for plurals (similar to N(...))

Version 1.2.3 - 4 December 2006, by Pascal "Pixel" Rigaux

- fake_packages:
  o add MDV::Distribconf methods used by urpm.pm 
  o add Gtk2::Html2 (for mcc)
  o add a fake module for Gtk2::NotificationBubble so that network tools 
    can be checked
  o update Gnome2::Vte
- fix some warnings:
  o don't suggest replacing "\l" with "l"
  o fix warning for "\"x'"
  o handle -z and -t (per titi request)
  o handle "use base 'Exporter'"
  o no warnings on: !our $foo