- Moved Test.pm into ext/Test
- Moved perlkwid.kwid into doc. Install support for this coming soon.
- Wrote Pugs::MakeMaker? for people's Perl6 Makefile.PLs
- Wrote Sample::Module as an example
- Put Sample::Module into ./modules/ directory. This is the place for contrib
modules that are not core. Core modules go in ./ext/
- Since the build process installs both perl5 and perl6 modules, need to stage
perl6 modules in ./blib6/
- Enhanced pugs -V. Pugs::MakeMaker? depends on this new format.
- turned util/generate_config into util/PugsConfig.pm; as a module it can (and
is) used from more than one place.
- Did insane Makefile fu to get everything to just work!!!
- Added svn properties here and there, and some MANIFEST fu.