summaryrefslogtreecommitdiff
path: root/lib/Config/ClawsMail/Password/Inline.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-01-27 10:12:46 +0000
committerdakkar <dakkar@thenautilus.net>2016-01-27 10:12:46 +0000
commit4f30fe96cd65f6ff378ad165660ecbbe738fe6c5 (patch)
tree3dd0a4fae4abb51d726cbb07f24560951288f8e1 /lib/Config/ClawsMail/Password/Inline.pm
parentMerge remote-tracking branch 'dzil/master' (diff)
downloadconfig-clawsmail-4f30fe96cd65f6ff378ad165660ecbbe738fe6c5.tar.gz
config-clawsmail-4f30fe96cd65f6ff378ad165660ecbbe738fe6c5.tar.bz2
config-clawsmail-4f30fe96cd65f6ff378ad165660ecbbe738fe6c5.zip
use Inline::Module
Diffstat (limited to 'lib/Config/ClawsMail/Password/Inline.pm')
-rw-r--r--lib/Config/ClawsMail/Password/Inline.pm14
1 files changed, 14 insertions, 0 deletions
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;