File tree Expand file tree Collapse file tree 2 files changed +42
-4
lines changed Expand file tree Collapse file tree 2 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
- cpanfile
3
2
lib/AnyEvent/Delay/Simple.pm
4
3
Makefile.PL
5
4
MANIFEST
Original file line number Diff line number Diff line change 1
- anyevent-delay-simple
2
- =====================
1
+ NAME
3
2
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.
You can’t perform that action at this time.
0 commit comments