Jeff Pang wrote:
Ok I have added a statement of 'use 5.006' at the top of Makefile.PL and hope this time it can get passed. Thanks guys.
I have found that 5.5 complains about the "use" statement. I resorted to
BEGIN {
require 5.006001;
}
Jeff Pang wrote:
Ok I have added a statement of 'use 5.006' at the top of Makefile.PL and hope this time it can get passed. Thanks guys.
I have found that 5.5 complains about the "use" statement. I resorted to
BEGIN {
require 5.006001;
}