source: perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm @ 3e34a69

Last change on this file since 3e34a69 was 3e34a69, checked in by David Benjamin <davidben@mit.edu>, 12 years ago
Move BarnOwl::Module::Jabber to BarnOwl::Module::Jabber::Impl In preparation of lazily loading the Jabber module.
  • Property mode set to 100644
File size: 248 bytes
Line 
1use strict;
2use warnings;
3
4package BarnOwl::Module::Jabber;
5
6=head1 NAME
7
8BarnOwl::Module::Jabber
9
10=head1 DESCRIPTION
11
12This module implements Jabber support for BarnOwl.
13
14=cut
15
16use BarnOwl::Module::Jabber::Impl;
17
18use utf8;
19
20our $VERSION = 0.1;
21
221;
Note: See TracBrowser for help on using the repository browser.