Skip to content

Commit

Permalink
Generate propper README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Jan 19, 2017
1 parent e9e1729 commit f5838ac
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test-depends" : [
"Test::META"
],
"description" : "XMPP Client",
"description" : "an XMPP client module",
"production" : false,
"version" : "0.0.1",
"meta6" : "0",
Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
P6-Net-XMPP
[![Build Status](https://travis-ci.org/kalkin/Net-XMPP.svg?branch=master)](https://travis-ci.org/kalkin/Net-XMPP)

NAME
====

Net::XMPP - an XMPP client module

SYNOPSIS
========

use Net::XMPP;

DESCRIPTION
===========

Net::XMPP is an XMPP client module. Currently does the initial connection for you,
and then allows you to send and receive stanzas.
Currently does the initial connection for you, and then allows you to send and receive stanzas.
17 changes: 17 additions & 0 deletions lib/Net/XMPP.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,20 @@ method !get-raw-stanza {
}
}
}

=begin pod
=head1 NAME
Net::XMPP - an XMPP client module
=head1 SYNOPSIS
use Net::XMPP;
=head1 DESCRIPTION
Currently does the initial connection for you, and then allows you to send and
receive stanzas.
=end pod

0 comments on commit f5838ac

Please sign in to comment.