X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=86571dab0a3747af995fe4050b5a80f909ce8d4b;hb=60e37513e8993f22f5e0f8c4595af19ffccdb944;hp=5e61818ec29726ab9ab6ccd5c335ebc4335e1a9d;hpb=2ffffc6d4b76c053ddf254ef9356c92bba7d2acf;p=gitmo%2FClass-C3.git diff --git a/README b/README index 5e61818..86571da 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::C3 version 0.11 +Class::C3 version 0.15_01 =========================== INSTALLATION @@ -14,7 +14,24 @@ DEPENDENCIES This module requires these other modules and libraries: - None + Algorithm::C3 0.06 + Scalar::Util 1.10 + +Additionally, this module will optionally take advantage of +these if installed: + + Class::C3::XS 0.01_06 + +SPECIAL NOTE FOR 0.15_05 + +To try this with the new perl core c3 support, +download the most recent copy perl-current: + +http://mirrors.develooper.com/perl/APC/perl-current-snap/ + +sh Configure -Dusedevel -Dprefix=/where/I/want/it -d -e && make && make test && make install + +then try your C3-using software against this perl + Class::C3 0.15_05. COPYRIGHT AND LICENCE