1Revision history for ToolSet
2
31.00 Thu Apr  2 07:05:19 EDT 2009
4
5    - Changed: modules can be repeated in the list to export() to support
6      things like autouse.  (Patch from JMELTZER)
7
80.99 Thu Dec  4 09:17:40 EST 2008
9
10    - Added: use_pragma() and no_pragma() for compile-time pragma support
11
12    - Deprecated: set_strict(), set_warnings() and set_feature() are
13      deprecated favor of use_pragma()
14
15    - Changed: switched to the Apache License, version 2.0; (it's clearer,
16      relicensable, and is explicit about contributions)
17
180.14 Thu Nov  6 17:26:10 EST 2008
19    - Added: support for feature.pm in Perl 5.10
20
210.13 Tue May 23 00:09:22 EDT 2006
22    - made pod/pod_coverage author tests skip by default
23    - removed always-out-of-date version info from Pod
24    - moved build_requires to build for better CPANPLUS compatibility
25
260.12 Sun Dec  4 23:45:35 EST 2005
27    - fixed Build.PL generation of Makefile.PL
28
290.11 Tue Oct 25 06:42:25 EDT 2005
30    - adds support for @EXPORT to list functions that ToolSet
31      will export by default
32
330.10 Sat Oct 22 17:14:21 EDT 2005
34    - set_strict() added
35    - set_warnings() added
36    - export() added
37    - sample ToolSet::SWC added
38