Hi Dirk80
I've tried to install the module on my windows. You have to modify several places if you want to pass all tests(and maybe use it on windows ;))
- modify test as choroba 's suggestion. Re: Installing of CPAN::Checksums 2.14 is not working
- the author use rename to move dir, sadly, it doesn't work on windows rename, so you have to replace rename with File::Copy::move or others( both on pm and t files)
- the author think \n is one byte, but it's 2 bytes on windows actually, so test for size of file 2 would be failed. maybe you should skip this test on windows
- delete the dir created by previously test manually, before you test again, otherwise the test will be failed. (when all tests passed, those dir will be deleted by tests. As Tux point out, inserting a rmtree statement at last is not a good idea.
I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction