Skip to content
  • Torsten Schönfeld's avatar
    Correctly detect too few args given to constructors · 11b3ac4f
    Torsten Schönfeld authored
    When calling a C constructor that does not expect any arguments, the Perl
    wrapper expects only the class name as an argument, following the usual
    "Package->new" convention.  Incorrectly using "Package::new" instead previously
    resulted in a confusing error message due to an unsigned integer overflow.
    11b3ac4f