diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-17 11:01:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-17 11:01:54 +0200 |
commit | 6e43e5e33b7d4fceaadb42e8264a7319002848cb (patch) | |
tree | 48415cc88e45fd1bcebd3beffac7a19e5c485d31 /lib | |
download | App-ImapNotify-6e43e5e33b7d4fceaadb42e8264a7319002848cb.tar.gz App-ImapNotify-6e43e5e33b7d4fceaadb42e8264a7319002848cb.tar.xz |
Initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/ImapNotify.pm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/App/ImapNotify.pm b/lib/App/ImapNotify.pm new file mode 100644 index 0000000..4cf5354 --- /dev/null +++ b/lib/App/ImapNotify.pm @@ -0,0 +1,39 @@ +package App::ImapNotify; +use 5.008001; +use strict; +use warnings; + +our $VERSION = "0.01"; + + + +1; +__END__ + +=encoding utf-8 + +=head1 NAME + +App::ImapNotify - It's new $module + +=head1 SYNOPSIS + + use App::ImapNotify; + +=head1 DESCRIPTION + +App::ImapNotify is ... + +=head1 LICENSE + +Copyright (C) Florian Pritz. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=head1 AUTHOR + +Florian Pritz E<lt>bluewind@xinu.atE<gt> + +=cut + |