Skip to content

Commit

Permalink
Commit the Inline::Module stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 18, 2014
1 parent a83639c commit e165044
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/Acme/Math/XS/Inline.pm
@@ -0,0 +1,16 @@
# DO NOT EDIT
#
# 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 Inline::Module stub => 'v2';
1;

0 comments on commit e165044

Please sign in to comment.