diff options
author | John Peacock <jpeacock@jpeacock-hp.doesntexist.org> | 2010-03-23 22:34:26 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-06-28 22:30:05 -0400 |
commit | d808b6810e2e80e71657bdc95f0a5a577b30e300 (patch) | |
tree | 2a1ae4701eccf8714162c14ea20b483743eee821 /cpan/Module-Build/lib/Module/Build/ModuleInfo.pm | |
parent | aa78b6614081231ad68f121592365c3c2623bf3d (diff) | |
download | perl-d808b6810e2e80e71657bdc95f0a5a577b30e300.tar.gz |
Prevent object methods called as class methods
There are a number of object methods which make absolutely
no sense when called as class methods. In addition, with
Perl 5.11.5/5.12.0, there are asserts which will trigger
SEGV's when you do that.
So we check in the XS code and refuse to continue if an
object method is called as a class method.
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/ModuleInfo.pm')
0 files changed, 0 insertions, 0 deletions