Skip to content

Commit

Permalink
Added a machine-readable repository directory to the distribution.
Browse files Browse the repository at this point in the history
Documented the bug tracker, repository, and other resource URLs.
  • Loading branch information
rcaputo committed Jul 27, 2009
1 parent b93a309 commit 5756278
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
6 changes: 6 additions & 0 deletions trunk/Makefile.PL
Expand Up @@ -15,6 +15,12 @@ WriteMakefile(
PM => {
'MessageBased.pm' => '$(INST_LIBDIR)/MessageBased.pm'
},
META_ADD => {
resources => {
license => 'http://dev.perl.org/licenses/',
repository => 'http://thirdlobe.com/svn/pose-messagebased/trunk'
},
},
dist => {
'COMPRESS' => 'gzip -9f',
'SUFFIX' => 'gz',
Expand Down
19 changes: 12 additions & 7 deletions trunk/MessageBased.pm
Expand Up @@ -225,18 +225,23 @@ in POE::Session::MessageBased itself.
$message->args() always returns a list: @_[ARG0..$#_]. It would be
nice to return a list reference in scalar context.
This is experimental code. Please use it in small projects or
prototypes of your own, then discuss the ugly bits with the POE
mailing list. Subscription information is available by sending a
blank message to <poe-help@perl.org>. Thank you.
=head1 BUG TRACKER
https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE-Session-MessageBased
=head1 REPOSITORY
http://thirdlobe.com/svn/pose-messagebased/
=head1 OTHER RESOURCES
http://search.cpan.org/dist/POE-Session-MessageBased/
=head1 AUTHOR & LICENSE
POE::Session::MessageBased is Copyright 2002-2005 by Rocco Caputo.
POE::Session::MessageBased is Copyright 2002-2009 by Rocco Caputo.
All rights are reserved. POE::Session::MessageBased is free software;
you may redistribute it and/or modify it under the same terms as Perl
itself.
The author may be contacted by e-mail via rcaputo@cpan.org.
=cut

0 comments on commit 5756278

Please sign in to comment.