amd64 plugin support. 64-bit plugin hacking by myself and Jung-uk Kim.
Credit for the majority of the 1.6 BSD porting goes to Greg Lewis who
back ported my 1.7 hotspot patches to 1.6 and forward ported the 1.5
j2se patches to 1.6. Thanks to several testers who provided helpful
feedback. okay ian@
default, so now we:
* add an altivec FLAVOR
* mark is BROKEN (so that --disable-altivec is used)
Note that this is not a "set and forget" workaround, we will try fixing
this segfault but for now we need a working SDL for powerpc.
discussed with and ok pvalchev@
RSpec is a Behaviour Definition Framework intended for use in Behaviour
Driven Development. RSpec plays the same role that a unit testing framework
would play in a Test Driven Development environment, but does so using
words and structures that better support BDD.
Moose is built on top of Class::MOP, which is a metaclass system
for Perl 5. This means that Moose not only makes building normal
Perl 5 objects better, but it also provides the power of metaclass
programming.
This module is an attempt to create a meta object protocol for the
Perl 5 object system. It makes no attempt to change the behavior
or characteristics of the Perl 5 object system, only to create a
protocol for its manipulation and introspection.
Data::Dumper::Simple is actually a source filter that replaces all
instances of Dumper($some, @args) in your code with a call to
Data::Dumper->Dump(). You can use the one function provided to make
dumping variables for debugging a trivial task.
ok simon@
lack of stdin availability when built indirectly as a depend of another
port. Instead of interactive license verification solely use the
ACCEPT_JRL_LICENSE var. If it's not correctly set error out and let the
user know what to do. Cluestick and okay espie@