From 4f30fe96cd65f6ff378ad165660ecbbe738fe6c5 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 27 Jan 2016 10:12:46 +0000 Subject: use Inline::Module --- .gitignore | 1 + lib/Config/ClawsMail/Password.pm | 2 +- lib/Config/ClawsMail/Password/Inline.pm | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 lib/Config/ClawsMail/Password/Inline.pm diff --git a/.gitignore b/.gitignore index 72e65a3..12ae430 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ MANIFEST.bak *~ /.build/ /_Inline/ +/.inline/ diff --git a/lib/Config/ClawsMail/Password.pm b/lib/Config/ClawsMail/Password.pm index c3e1b19..867fbe4 100644 --- a/lib/Config/ClawsMail/Password.pm +++ b/lib/Config/ClawsMail/Password.pm @@ -1,7 +1,7 @@ package Config::ClawsMail::Password; use strict; use warnings; -use Inline 'C'; +use Config::ClawsMail::Password::Inline 'C'; use MIME::Base64; use namespace::clean -except => [qw(decrypt_password)]; diff --git a/lib/Config/ClawsMail/Password/Inline.pm b/lib/Config/ClawsMail/Password/Inline.pm new file mode 100644 index 0000000..1df0506 --- /dev/null +++ b/lib/Config/ClawsMail/Password/Inline.pm @@ -0,0 +1,14 @@ +# DO NOT EDIT. GENERATED BY: Inline::Module +# +# 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,Config::ClawsMail::Password::Inline + +use strict; use warnings; +package Config::ClawsMail::Password::Inline; +use Inline::Module stub => 'v2'; +1; -- cgit v1.2.3