Closed romary22 closed 10 years ago
I just found that the last version on Github has a correction for it.
I really need to get out a new beta.:-/
The "fix" on Windows is a bit lazy.
On Windows:
So, to dedup files from a list on Windows, you can do something like this, in App::Ack::ConfigFinder::_remove_redundancies:
($key = lc($key)) =~ tr:/:\\:;
There is an error using ack 2.12 on Windows 7
d:>ack something Can't use string ("C:\ProgramData\ackrc") as a HASH ref while "strict refs" in use at C:/Perl64/site/lib/App/Ack/ConfigLoader.pm line 738. d:>ack --version ack 2.12 Running under Perl 5.16.3 at C:\Perl64\bin\perl.exe
I have traced the error in ConfigFinder.pm _remove_redundancies which doesn't return a hash for windows.