Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Env.pm: Fix splice in list context | Father Chrysostomos | 2012-11-11 | 2 | -2/+6 |
| | | | | | It was passing an extra argument to splice, causing splice @PATH, 0, 0 to append ":0" to the environment variable. | ||||
* | Increase $Env::VERSION to 1.04 | Father Chrysostomos | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Synchronise Env to CPAN | Florian Ragwitz | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | Exchange dist/Env/t/{array,env}.t, which were transposed by b695f709e8a342e3 | Nicholas Clark | 2011-01-24 | 2 | -70/+70 |
| | |||||
* | Convert Env's tests to Test::More | Nicholas Clark | 2011-01-24 | 2 | -80/+47 |
| | |||||
* | Upgrade Env from version 1.01 to 1.02 | Florian Ragwitz | 2010-12-15 | 1 | -1/+1 |
| | | | | | This is necessary so the CPAN version can fix the INSTALLDIRS parameter it uses on older perls. | ||||
* | Dual-life Env | Florian Ragwitz | 2010-12-10 | 3 | -0/+369 |