public
Description: Mirror of Class-MOP.git
Homepage:
Clone URL: git://github.com/nothingmuch/class-mop.git
name age message
file .gitignore Wed Nov 18 13:23:07 -0800 2009 Ignore dists. [rafl]
file .shipit Sat Apr 18 20:14:41 -0700 2009 Push to origin after tagging [autarch]
file Changes Mon Dec 07 09:00:48 -0800 2009 fix t/082_get_code_info.t for bleadperl [autarch]
file MANIFEST.SKIP Wed Mar 18 10:03:20 -0700 2009 Ignore all .git.* [Dave Rolsky]
file Makefile.PL Wed Sep 30 18:07:50 -0700 2009 replace several uses of eval with try [doy]
file README Wed Nov 18 16:54:20 -0800 2009 Checking in changes prior to tagging of version... [rafl]
file TODO Mon Sep 11 13:02:03 -0700 2006 Adding Class::MOP::Browser catalyst app [stevan]
directory bench/ Sun Sep 13 09:00:35 -0700 2009 tidy benchmark code [autarch]
directory examples/ Sun Apr 05 09:06:40 -0700 2009 make CMOP::Class->construct_instance private [autarch]
directory lib/ Wed Nov 18 16:54:20 -0800 2009 Checking in changes prior to tagging of version... [rafl]
file mop.c Mon Sep 14 21:20:06 -0700 2009 Revert "MS VC++ compilation fix" This reverts ... [autarch]
file mop.h Tue Aug 18 20:21:51 -0700 2009 Revert "Merge branch 'master' into topic/symbol... [doy]
file ppport.h Tue Jul 21 17:56:56 -0700 2009 Update ppport.h to 3.19 [gfx]
directory scripts/ Tue Sep 12 20:40:21 -0700 2006 more browser hackin [stevan]
directory t/ Thu Dec 10 13:15:59 -0800 2009 Convert all tests to done_testing. [rafl]
directory xs/ Sat Oct 24 17:14:31 -0700 2009 Make is_class_loaded without args fail loudly. [rafl]
directory xt/ Sun Dec 13 10:19:25 -0800 2009 Add XS & C files to no tabs check [autarch]
README
Class::MOP version 0.95
===========================

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:

    Devel::GlobalDestruction
    MRO::Compat
    Scalar::Util
    Sub::Name
    Task::Weaken

COPYRIGHT AND LICENCE

Copyright (C) 2006-2008 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.