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