Skip to content

Commit 964ea69

Browse files
committed
Improved README
1 parent e1bead1 commit 964ea69

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Changes
2-
cpanfile
32
lib/AnyEvent/Delay/Simple.pm
43
Makefile.PL
54
MANIFEST

README

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
anyevent-delay-simple
2-
=====================
1+
NAME
32

4-
AnyEvent::Delay::Simple — Manage callbacks and control the flow of events by AnyEvent
3+
AnyEvent::Delay::Simple - manage callbacks and control the flow of events
4+
by AnyEvent
5+
6+
DESCRIPTION
7+
8+
AnyEvent::Delay::Simple manages callbacks and controls the flow of events
9+
for AnyEvent. This module inspired by Mojo::IOLoop::Delay.
10+
11+
INSTALLATION
12+
13+
To install this module, run the following commands:
14+
15+
perl Makefile.PL
16+
make
17+
make test
18+
make install
19+
20+
SUPPORT AND DOCUMENTATION
21+
22+
After installing, you can find documentation for this module with the perldoc
23+
command.
24+
25+
perldoc AnyEvent::Delay::Simple
26+
27+
You can also look for information at:
28+
29+
Repository
30+
http://github.com/AdCampRu/anyevent-delay-simple
31+
Bug tracker
32+
http://github.com/AdCampRu/anyevent-delay-simple/issues
33+
34+
AUTHOR
35+
36+
Denis Ibaev, [email protected] for AdCamp.ru.
37+
38+
LICENSE
39+
40+
This program is free software; you can redistribute it and/or modify it under
41+
the same terms as Perl itself.
42+
43+
See http://dev.perl.org/licenses/ for more information.

0 commit comments

Comments
 (0)