| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.51 [2015-01-26]
- Win32-0.50 was released to CPAN from an out-dated Git repo, so
didn't actually include the merged pull requests.
0.50 [2015-01-26]
- add GetOSName support for Windows 8.1 (thanks to Tony Cook) [PR/6]
- Fix build in C++ mode (thanks to Steve Hay and Daniel Dragan) [PR/7]
|
|
|
|
|
| |
This fixes the build with gcc-4.8.1 from http://www.mingw.org and thus
resolves perl #121643.
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.48 [2013-11-20]
- Typo fixes by David Steinbrunner.
- Fix required perl version 5.6 -> 5.006.
- Don't call note() in t/GetOSName.t when it has not been
imported from Test::More.
- Convert t/GetOSName.t to Unix line endings like the rest of
this repo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was discussed on p5p:
http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html
One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion
in that thread) since it was the only one, and only says "This module is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself." anyway.
Two files that I had previously suggested retaining for the sake of tests
have also been removed. In one case, a test script has been modified (in
Digest-MD5; I will send a ticket upstream); in the other case (in
Test-Harness) I have removed the test which depended on the MANIFEST files,
as suggested in the above thread.
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.47 [2013-02-21]
- Make sure %PROCESSOR_ARCHITECTURE% is defined before calling
Win32::GetArchName() in t/Names.t. It may be undefined when
the test is running under Cygwin crond.
- In t/Names.t don't assume that LoginName or NodeName is at
least 2 characters long; it may just be 1.
|
|
|
|
|
|
|
|
| |
[DELTA]
0.46 [2013-02-19]
- add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572]
[perl#116352]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Yes, still has CR/LF line endings; I'll fix it in a CPAN
release with no changes but the line-endings fix first.
|
| |
|
|
|