Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update stub
  • Loading branch information
ingydotnet committed Dec 18, 2014
1 parent cae8ec4 commit 6101510
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/Acme/Math/XS/Inline.pm
@@ -1,14 +1,16 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.15
# GENERATED BY: Inline::Module 0.25
#
# This module is for author-side development only. When this module is shipped
# to CPAN, it will be automagically replaced with content that does not
# require any Inline framework modules (or any other non-core modules).
#
# To regenerate this stub module, run this command:
#
# perl -MInline::Module=makestub,Acme::Math::XS::Inline

use strict; use warnings;
package Acme::Math::XS::Inline;
use base 'Inline';
use Inline::Module 'v1' => '0.15';

use Inline::Module stub => 'v2';
1;

0 comments on commit 6101510

Please sign in to comment.