12.06 Wednesday 16th January, 2013
2       Corrected some pod syntax RT#56456
3       Handle the new padrange op added in 5.17 RT#81704
4
52.05 Thursday 8th April, 2010
6	Don't call B::PADOP->gv.  Work by by Florian Ragwitz
7	http://github.com/rafl/perl-devel-caller/commit/248a23390eef48a73bb717be085da58ce50ff784
8
92.04 Tuesday 16th February, 2010
10	Use CxTYPE macro rather than directly inspecting cx->cx_type
11	http://rt.cpan.org/Public/Bug/Display.html?id=33005
12
132.03 Tuesday 8th January, 2008
14	Rerelease from a linux host to avoid hateful OSX and its
15	hateful resource forks http://rt.cpan.org/Ticket/Display.html?id=32154
16
172.02 Friday 28th December, 2007
18	Make use of INT2PTR macro for great justice! (or 64-bit stuff,
19	it's hard to tell)
20
212.01 Thursday 27th December, 2007
22	Translated the XS and C into perl using B.  Though the perl looks
23	much like C this gives a chance to make it more perlish in the future.
24  	There's a tiny bit of XS left to expose some internals to perl space.
25
26	Dropped compatibilty for older perls (PadWalker doesn't work
27	there anyway)
28
290.11 Sunday 9th July, 2006
30	Fudge around the segfaults in 5.8.x ithreaded builds by
31	not looking up what the package variable is.
32
330.10 Wednesday 5th July, 2006
34	Use strlen rather than playing with SvLEN/SvCUR to determine
35	the length of identifiers in the pad.  It's a theoretical
36	segfault waiting to happen, but one that isn't tickled by the
37	current test suite.  Fixes failures under perl 5.8.8 as
38	reported by clkao.
39
400.09 Sunday 5th October, 2003
41	Split Changes out from HISTORY pod section.
42	Port to Module::Build
43	We can now determine constant values in called_with.
44	Partial fixes for http://rt.cpan.org/NoAuth/Bug.html?id=2878
45
460.08 2003-03-28
47	Added caller_vars as a synonym for called_with
48	Added caller_args
49
500.07 2002-11-21
51	Fix to called_as_method from Rafael Garcia-Suarez to handle
52	$foo->$method() calls.
53
540.06 2002-11-20
55	Added called_as_method routine
56
570.05 2002-07-25
58	Fix a segfault under ithreads.
59	Cleaned up some development cruft that leaked out while
60	rushing.
61
620.04 2002-07-01
63	Decode glob params too.
64
650.03 2002-04-02
66	Refactored to share the upcontext code from PadWalker 0.08
67
68