summaryrefslogtreecommitdiff
path: root/Changes
blob: 6fcb7e2b7d77acaa6153dd33d8ca5ebac3b2b3dc (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
Revision history for Parse-PMFile

0.07 2013/10/01
  - made it ignore "$package or" (previously this was wrongly
    detected as "or" package)

0.06 2013/09/26
  - included all of the CPAN::Version methods
    to drop CPAN(::Version) dependency

0.05 2013/07/25
  - switched to JSON::PP (per request of miyagawa)

0.04 2013/06/15
  - added minimum protection against Acme::BadExample

0.03 2013/06/15
  - added $ALLOW_DEV_VERSION for analysis
  - made it ignore $VERSIONs after __(END|DATA)__

0.02 2013/05/13
  - tweaked package version detection not to take too much time

0.01 2013/05/05
  - initial release