|
1 | 1 | Changes for Perl extension Portable.
|
2 | 2 |
|
3 |
| -1.22 Wed 9 Apr 2014 |
4 |
| - - avoiding Parse::CPAN::Meta (collisions with cpanminus) - another UGLY HACK!!! |
5 |
| - |
6 |
| -1.21 Wed 9 Apr 2014 |
7 |
| - - avoiding Carp (due to Carp reload failures) |
8 |
| - |
9 |
| -1.20 Mon 7 Apr 2014 |
10 |
| - - missing test files |
11 |
| - |
12 |
| -1.19 Sun 6 Apr 2014 |
13 |
| - - fixing troubles/collisions/interferences with File::Spec in 5.19.10 |
14 |
| - - introducing Portable::FileSpec which is Win32 ONLY!!!! (I know it is not good) |
15 |
| - |
16 |
| -1.18 Mon 25 Feb 2013 |
17 |
| - - eliminating warning |
18 |
| - |
19 |
| -1.17 Wed 9 May 2012 |
20 |
| - - just versioning fix |
21 |
| - |
22 |
| -1.16 Tue 8 May 2012 |
23 |
| - - Removing dependency on List::Util (KMX) |
24 |
| - - Removing "ALPHA" from NAME (KMX) |
25 |
| - |
26 |
| -1.15 Wed 2 Nov 2011 |
27 |
| - - Updated to Module::Install::DSL 1.04 (ADAMK) |
28 |
| - - Fixed #68937: $Config{libpth} not correctly transformed (KMX) |
29 |
| - |
30 |
| -1.14 Wed 13 Apr 2011 |
31 |
| - - Updating to Module::Install::DSL 1.00 |
32 |
| - - Switching to a production release |
33 |
| - |
34 |
| -0.13 Mon 1 Jun 2009 |
35 |
| - - Updating to Module::Install::DSL 0.91 |
36 |
| - - Supports running the test suite while offline |
37 |
| - - Adding no_conn_cache support to minicpan |
38 |
| - |
39 |
| -0.12 Mon 9 Feb 2009 |
40 |
| - - Upgrading to Module::Install 0.79 |
41 |
| - - Adding a globally-accessible $Portable::ENABLED variable that |
42 |
| - external module can use to detect if Portable mode is enabled. |
43 |
| - |
44 |
| -0.11 Wed 2 Jul 2008 |
45 |
| - - Debugged the minicpan backend to the point where it will |
46 |
| - actually build and install properly. |
47 |
| - |
48 |
| -0.10 Wed 2 Jul 2008 |
49 |
| - - Working on a proper implementation of the minicpan backend. |
50 |
| - - Added missing test_requires Test::Exception. |
51 |
| - |
52 |
| -0.09 Wed 2 Jul 2008 |
53 |
| - - Fixing my_documents, my_data, etc in Portable::HomeDir. |
54 |
| - - Implementing my_data also fixes Portable::CPAN. |
55 |
| - - Adding CPAN::Mini as a dependency for that backend. |
56 |
| - |
57 |
| -0.08 Tue 1 Jul 2008 |
58 |
| - - Adding a dependency on a new version of File::HomeDir. |
59 |
| - |
60 |
| -0.07 Sun 20 Jun 2008 |
61 |
| - - Bug fix to make the CPAN driver test optional. |
62 |
| - (Avoids breaking CPAN Testers) |
63 |
| - |
64 |
| -0.06 Sat 28 Jun 2008 |
65 |
| - - Satisfactorily completed the Config.pm hook. |
66 |
| - - Satisfactorily completed the File::HomeDir hook. |
67 |
| - - Some test tweaks to make them actually work. |
68 |
| - |
69 |
| -0.05 Sun 27 Apr 2008 |
70 |
| - - Don't preload the configurations. |
71 |
| - (Delay until the final ->apply is called) |
72 |
| - - Import now takes backend names as params. |
73 |
| - (Allows appending "use Portable 'Config';" to Config.pm etc) |
74 |
| - - Adding tests for the new interfaces. |
75 |
| - - Disable warnings when playing around with Config::STORE. |
76 |
| - - Completing the implementation of Portable::CPAN. |
77 |
| - - A variety of functionality bug fixes. |
78 |
| - |
79 |
| -0.04 Wed 23 Apr 2008 |
80 |
| - - Separating out each task into a separate class. |
81 |
| - - Making the overwriting of CPAN::Config optional, |
82 |
| - because (at least theoretically) it doesn't always exist. |
83 |
| - |
84 |
| -0.03 Tue 22 Apr 2008 |
85 |
| - - Moving the name from Perl::Portable to Portable. |
86 |
| - - Adding proper support for Portable'ing CPAN::Config. |
87 |
| - - Removing dependency bloat, use only 5.10.1 core modules. |
88 |
| - |
89 |
| -0.02 Mon 21 Apr 2008 |
90 |
| - - Completely changed the portable.perl format to be based on |
91 |
| - Config.pm instead of some arbitrary format I invented myself. |
92 |
| - |
93 |
| -0.01 Fri 18 Apr 2008 |
94 |
| - - Experimental first release. |
| 3 | +1.23 2020-NEXT |
| 4 | + - switch to EUMM |
| 5 | + |
| 6 | +1.22 2014-04-09 |
| 7 | + - avoiding Parse::CPAN::Meta (collisions with cpanminus) - another UGLY HACK!!! |
| 8 | + |
| 9 | +1.21 2014-04-09 |
| 10 | + - avoiding Carp (due to Carp reload failures) |
| 11 | + |
| 12 | +1.20 2014-04-07 |
| 13 | + - missing test files |
| 14 | + |
| 15 | +1.19 2014-04-06 |
| 16 | + - fixing troubles/collisions/interferences with File::Spec in 5.19.10 |
| 17 | + - introducing Portable::FileSpec which is Win32 ONLY!!!! (I know it is not good) |
| 18 | + |
| 19 | +1.18 2013-02-25 |
| 20 | + - eliminating warning |
| 21 | + |
| 22 | +1.17 2012-05-09 |
| 23 | + - just versioning fix |
| 24 | + |
| 25 | +1.16 2012-05-08 |
| 26 | + - Removing dependency on List::Util (KMX) |
| 27 | + - Removing "ALPHA" from NAME (KMX) |
| 28 | + |
| 29 | +1.15 2011-11-02 |
| 30 | + - Updated to Module::Install::DSL 1.04 (ADAMK) |
| 31 | + - Fixed #68937: $Config{libpth} not correctly transformed (KMX) |
| 32 | + |
| 33 | +1.14 2011-04-13 |
| 34 | + - Updating to Module::Install::DSL 1.00 |
| 35 | + - Switching to a production release |
| 36 | + |
| 37 | +0.13 2009-06-01 |
| 38 | + - Updating to Module::Install::DSL 0.91 |
| 39 | + - Supports running the test suite while offline |
| 40 | + - Adding no_conn_cache support to minicpan |
| 41 | + |
| 42 | +0.12 2009-02-09 |
| 43 | + - Upgrading to Module::Install 0.79 |
| 44 | + - Adding a globally-accessible $Portable::ENABLED variable that |
| 45 | + external module can use to detect if Portable mode is enabled. |
| 46 | + |
| 47 | +0.11 2008-07-02 |
| 48 | + - Debugged the minicpan backend to the point where it will |
| 49 | + actually build and install properly. |
| 50 | + |
| 51 | +0.10 2008-07-02 |
| 52 | + - Working on a proper implementation of the minicpan backend. |
| 53 | + - Added missing test_requires Test::Exception. |
| 54 | + |
| 55 | +0.09 2008-07-02 |
| 56 | + - Fixing my_documents, my_data, etc in Portable::HomeDir. |
| 57 | + - Implementing my_data also fixes Portable::CPAN. |
| 58 | + - Adding CPAN::Mini as a dependency for that backend. |
| 59 | + |
| 60 | +0.08 2008-07-01 |
| 61 | + - Adding a dependency on a new version of File::HomeDir. |
| 62 | + |
| 63 | +0.07 2008-06-20 |
| 64 | + - Bug fix to make the CPAN driver test optional. |
| 65 | + (Avoids breaking CPAN Testers) |
| 66 | + |
| 67 | +0.06 2008-06-28 |
| 68 | + - Satisfactorily completed the Config.pm hook. |
| 69 | + - Satisfactorily completed the File::HomeDir hook. |
| 70 | + - Some test tweaks to make them actually work. |
| 71 | + |
| 72 | +0.05 2008-04-27 |
| 73 | + - Don't preload the configurations. |
| 74 | + (Delay until the final ->apply is called) |
| 75 | + - Import now takes backend names as params. |
| 76 | + (Allows appending "use Portable 'Config';" to Config.pm etc) |
| 77 | + - Adding tests for the new interfaces. |
| 78 | + - Disable warnings when playing around with Config::STORE. |
| 79 | + - Completing the implementation of Portable::CPAN. |
| 80 | + - A variety of functionality bug fixes. |
| 81 | + |
| 82 | +0.04 2008-04-23 |
| 83 | + - Separating out each task into a separate class. |
| 84 | + - Making the overwriting of CPAN::Config optional, |
| 85 | + because (at least theoretically) it doesn't always exist. |
| 86 | + |
| 87 | +0.03 2008-04-22 |
| 88 | + - Moving the name from Perl::Portable to Portable. |
| 89 | + - Adding proper support for Portable'ing CPAN::Config. |
| 90 | + - Removing dependency bloat, use only 5.10.1 core modules. |
| 91 | + |
| 92 | +0.02 2008-04-21 |
| 93 | + - Completely changed the portable.perl format to be based on |
| 94 | + Config.pm instead of some arbitrary format I invented myself. |
| 95 | + |
| 96 | +0.01 2008-04-18 |
| 97 | + - Experimental first release. |
0 commit comments