-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChanges
More file actions
37 lines (26 loc) · 924 Bytes
/
Changes
File metadata and controls
37 lines (26 loc) · 924 Bytes
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
Revision history for {{$dist->name}}
{{$NEXT}}
0.06 2017-11-22 21:42:05-05:00 America/New_York
Improvements
* Documentaion cleanup (including broken sample code) [Jon Jensen]
0.05 2012-10-18
New features
* Iterator methods for arrays
* Methods in the calling package can be interpolated as Array indeces
Improvements
* Removed uses of regular expressions in favor of simpler patterns
Bug fixes
* 'shift' instead of 'pop' in $assign
0.04 2012-07-12
Bug Fixes
* fixed test [20] to test and display the right loop variable
* Changed Ref.pm to use ref() instead of reftype()
0.03 2012-07-12
Bug Fixes
* Use more reliable $] perl version variable in test [20]
0.02 2012-07-11
Bug Fixes
* Fixed test [20] to only check FORMAT, Regexp, VSTRING in the approriate
versions of perl when they first appeared
0.01 2012-07-11
Initial Release