Skip to content

Commit

Permalink
Merge pull request tsee#5 from akreal/master
Browse files Browse the repository at this point in the history
A couple of fixes for RT reported issues
  • Loading branch information
tsee authored Dec 9, 2016
2 parents afa09d0 + f1fbf6f commit 98e84b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ my $build = Module::Build::WithXSpp->new(
license => 'perl',
requires => {
},
test_requires => { 'Test::More' => 0, 'Test::Exception' => 0, },
# Provides useful extra C typemaps for opaque objects:
extra_typemap_modules => {
'ExtUtils::Typemaps::ObjectMap' => '0.01',
Expand Down
1 change: 1 addition & 0 deletions src/myconversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <compact_lang_det.h>
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>
#include <vector>


Expand Down

0 comments on commit 98e84b1

Please sign in to comment.