-Changes for Class::MOP
\ No newline at end of file
+Revision history for Perl extension Class-MOP.
\ No newline at end of file
--- /dev/null
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => 'Class::MOP',
+ VERSION_FROM => 'lib/Class/MOP.pm',
+ PREREQ_PM => {
+ 'Test::More' => 0,
+ 'Test::Exception' => 0,
+ 'Scalar::Util' => 0,
+ 'Carp' => 0,
+ 'B' => 0,
+ 'Sub::Name' => 0,
+ }
+);
-READ ME for Class::MOP
\ No newline at end of file
+Class::MOP version 0.01
+===========================
+
+See the individual module documentation for more information
+
+INSTALLATION
+
+To install this module type the following:
+
+ perl Makefile.PL
+ make
+ make test
+ make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+ None
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2006 Infinity Interactive, Inc.
+
+http://www.iinteractive.com
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
=back
+head1 BUGS
+
+All complex software has bugs lurking in it, and this module is no
+exception. If you find a bug please either email me, or add the bug
+to cpan-RT.
+
=head1 SEE ALSO
=head2 Books
=over 4
-=item The Perl 6 MetaModel work
+=item The Perl 6 MetaModel work in the Pugs project
=over 4