xref: /openbsd/gnu/usr.bin/perl/dist/SelfLoader/Changes (revision f2a19305)
1*f2a19305Safresh1Revision history for Perl extension SelfLoader
2*f2a19305Safresh1
3*f2a19305Safresh11.24    Thu Aug  3 18:00 2017
4*f2a19305Safresh1  - Fix minor POD issues.
5*f2a19305Safresh1
6*f2a19305Safresh11.20    Mon Dec 19 20:03 2011
7*f2a19305Safresh1  - Update FSF address also in separate license file, duh.
8*f2a19305Safresh1
9*f2a19305Safresh11.19    Mon Dec 19 20:00 2011
10*f2a19305Safresh1  - Update FSF address.
11*f2a19305Safresh1
12*f2a19305Safresh11.18    Sat Nov 20 01:30 2010
13*f2a19305Safresh1  - port commit a3a44df66ac2cb0beb603b3dd9697fd81cfcfb30
14*f2a19305Safresh1    from core:
15*f2a19305Safresh1     [perl #72062] Untaint DATA after it's reopened
16*f2a19305Safresh1     DATA handle is untainted on startup, but as we close and reopen it it
17*f2a19305Safresh1     gets the taint flag. It's safe to untaint it though, since we still hold
18*f2a19305Safresh1     the file descriptor open and don't reassign it to another file.
19*f2a19305Safresh1
20*f2a19305Safresh1     This was probably broken by changeset 29606, (c96b2385 in perl git).
21*f2a19305Safresh1
22*f2a19305Safresh11.17     Thu Oct 23 20:12 2008
23*f2a19305Safresh1  - Tiny fix in error messages: Use $! instead of $1.
24*f2a19305Safresh1
25*f2a19305Safresh11.16     Sat Aug  2 17:29 2008
26*f2a19305Safresh1  - Report the location of warnings and errors. (perl ticket #5298,
27*f2a19305Safresh1    Marc Gauthier)
28*f2a19305Safresh1
29*f2a19305Safresh11.15     Thu Jan 17 17:43 2008
30*f2a19305Safresh1  - Fix non-critical warning in the test suite. (Jerry D. Hedden)
31*f2a19305Safresh1
32*f2a19305Safresh11.14     Wed Jan 16 16:26 2008
33*f2a19305Safresh1  - No failures reported, promote to stable version.
34*f2a19305Safresh1
35*f2a19305Safresh11.13_03  Fri Dec 28 11:28 2007
36*f2a19305Safresh1  - Doc patch. This is SelfLoader, not AutoLoader.
37*f2a19305Safresh1
38*f2a19305Safresh11.13_02  Wed Dec 26 16:03 2007
39*f2a19305Safresh1  - Fixed the README.
40*f2a19305Safresh1
41*f2a19305Safresh11.13_01  Wed Dec 26 12:38 2007
42*f2a19305Safresh1  - Initial dual-lived CPAN release
43*f2a19305Safresh1
44