Help for this page

Select Code to Download


  1. or download this
        PREREQ_PM => {
            'strict' => 0,
    ...
                'Test::More' => 0,
            },
        }
    
  2. or download this
    configure_requires:
        ExtUtils::MakeMaker:  0
    ...
    test_requires:
        Test:        0
        Test::More:  0