== How I converted Test.Simple for JSAN to JS-Test-Simple for CPAN

- Get JSAN Test.Simple module contents inside JS-Test-Simple directory
- mkdir lib/JS
- mv lib/Test lib/JS/Test
- cp doc/pod/Test/Simple.pod lib/JS/Test/Simple.pm
  - Tweak Simple.pm to be a bare bones Perl module
- Make a Makefile.PL
  - Use Module::Install style
- Move Build.PL out of the way
  - M::I complains about it
- Remake MANIFEST
- Adjust MANIFEST.SKIP
- Add t/test.t
- perl Makefile.PL
- make dist
- Ship it
