I'm trying to install a module for Strawbeery Perl on Windows 7 and I'm getting this weird error message:
E:>cpan Deep::Encode
CPAN: CPAN::SQLite loaded ok (v0.203)
Creating database file ...
Global symbol "$gzerrno" requires explicit package name at C:\strawberry\perl\vendor\lib/CPAN/SQLite/Info.pm line 219.
Global symbol "$gzerrno" requires explicit package name at C:\strawberry\perl\vendor\lib/CPAN/SQLite/Info.pm line 223.
Global symbol "$gzerrno" requires explicit package name at C:\strawberry\perl\vendor\lib/CPAN/SQLite/Info.pm line 223.
Global symbol "$gzerrno" requires explicit package name at C:\strawberry\perl\vendor\lib/CPAN/SQLite/Info.pm line 224.
Compilation failed in require at C:\strawberry\perl\vendor\lib/CPAN/SQLite/Index.pm line 11. BEGIN failed--compilation aborted at C:\strawberry\perl\vendor\lib/CPAN/SQLite/Index.pm line 11. Compilation failed in require at C:/strawberry/perl/vendor/lib/CPAN/SQLite.pm line 65. system C:\strawberry\perl\bin\perl.exe -MCPAN::SQLite::META=setup,update,check -e setup failed: 65280 at C:\strawberry\perl\vendor\lib/CPAN/SQLite/META.pm line 345.
I tried re-installing perl, but I still get this error.
Any suggestion would be appreciated.