Skip to content

Commit

Permalink
Use XSUtil 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuji Goro committed Oct 4, 2011
1 parent 2974c8b commit 5428df5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ Sort-TimSort-*
!.gitignore
!.shipit
!.dim.pl
inc/
*.o
*.obj
*.bs
Expand All @@ -25,3 +26,4 @@ cover_db*
*.gcov
*.stackdump
src/*.c
src/*.cpp
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -10,7 +10,7 @@ BEGIN {
Module::Install::AuthorTests 0.002
Module::Install::Repository 0.06
Test::Requires 0.06
Module::Install::XSUtil 0.32
Module::Install::XSUtil 0.41
);
my @not_available;
while(my($mod, $ver) = splice @devmods, 0, 2) {
Expand Down
4 changes: 2 additions & 2 deletions inc/Module/Install/XSUtil.pm
Expand Up @@ -3,7 +3,7 @@ package Module::Install::XSUtil;

use 5.005_03;

$VERSION = '0.40';
$VERSION = '0.41';

use Module::Install::Base;
@ISA = qw(Module::Install::Base);
Expand Down Expand Up @@ -804,4 +804,4 @@ sub xs_o {
1;
__END__
#line 1025
#line 1023
2 changes: 1 addition & 1 deletion xshelper.h
@@ -1,4 +1,4 @@
/* THIS FILE IS AUTOMATICALLY GENERATED BY Module::Install::XSUtil 0.40. */
/* THIS FILE IS AUTOMATICALLY GENERATED BY Module::Install::XSUtil 0.41. */
/*
=head1 NAME
Expand Down

0 comments on commit 5428df5

Please sign in to comment.