Skip to content

Commit

Permalink
Adding the ::Inline stub
Browse files Browse the repository at this point in the history
THis is generated code, but will almost never change. It will help
people get started quicker.
  • Loading branch information
ingydotnet committed Dec 18, 2014
1 parent 4b930d4 commit c579675
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.23
#
# 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 c579675

Please sign in to comment.