Unit Test Package for Class::MethodMaker
This package tests the basic utility of Class::MethodMaker
Test 1: compilation
This test confirms that the test script and the modules it calls compiled successfully.
Test 2: no warnings generated
This tests for a bug in 2.00 where warnings are generated complaining of 'prototype mismatch' and 'INTEGER redefined' when using Class::MethodMaker with certain other modules. Currently IPC::Run is tested, which is unfortunate, since it is non-core. If someone can suggest a core module that displays this issue with 2.00, that wouldd be great.