Changeset 2749
- Timestamp:
- 05/05/05 22:16:42 (4 years ago)
- svk:copy_cache_prev:
- 4271
- Files:
-
- 7 added
- 2 modified
-
examples/network/bot_irc.p6 (modified) (1 diff)
-
ext/Algorithm-TokenBucket/ChangeLog (added)
-
ext/CGI/ChangeLog (added)
-
ext/File-Spec/ChangeLog (added)
-
ext/HTML-Entities/ChangeLog (added)
-
ext/LWP-Simple/ChangeLog (added)
-
ext/Net-IRC/ChangeLog (added)
-
ext/README (modified) (1 diff)
-
ext/lib/ChangeLog (added)
Legend:
- Unmodified
- Added
- Removed
-
examples/network/bot_irc.p6
r2712 r2749 6 6 # some additions by: 7 7 # stevan little <stevan@iinteractive.com> 8 # Luke Palmer 8 9 # the first perl6 irc bot ( or at least, what i hope to be the first ). 9 10 -
ext/README
r1422 r2749 4 4 + Are completed works 5 5 + Pass all tests 6 7 Modules should also contain a Makefile.PL, a ChangeLog and some 8 POD or Kwid documentation. These modules are not meant to be just 9 examples, but to be working tools. 6 10 7 11 These modules will be built, tested and installed from the top level
