perl :401 Authorization Required,该如何处理

perl :401 Authorization Required
我在windows下用ppm安装模块,却出现了如下提示
ERROR: 401 Authorization Required
请问我应该怎样解决呢?谢谢大家!
------解决方案--------------------
from http://community.activestate.com/node/9565:

==== FAQ From Activestate ==================
Question: 

PPM gives me a 401 Authorization Required. Why?

Answer: 

The repository you are accessing contains exclusively Business Edition content. If you do not have a Business Edition license installed on the system, the PPM server will advise that you are not permitted to access the directory.

Perl versions move into Business Edition when the Perl Community is no longer actively supporting that version of Perl. ActiveState policy for PPM is that free and open access to PPM binary modules for versions that have moved entirely into Business Edition will continue for *at least* six months beyond the date at which the no Community Edition versions of that Perl are available.

All versions of Perl 5.8 and 5.10 required Business Edition licensing in 2010. ActivePerl 5.8 builds older than build 829, and ActivePerl 5.10 builds older than 1008 must use the manual download process described in this FAQ:
http://community.activestate.com/node/8128

All versions of Perl 5.12 required Business Edition licenses as of September 2012. All ActivePerl 5.12 builds can use the normal PPM client with a Business Edition license installed, or the manual download process.

===========================================

可能是你的perl版本太老了。