Skip to content

Commit

Permalink
update source code location, Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 3, 2011
1 parent d7892e8 commit 9c4c6b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision History for Perl module Perl6::Str

- fixed typos in Pod
- source now lives on github
- bumped minimal perl version to 5.8.3, since older perls don't
like my usage of use Exporter qw(import);

Expand Down
8 changes: 5 additions & 3 deletions lib/Perl6/Str.pm
Expand Up @@ -371,7 +371,7 @@ returns a reversed copy of the string.
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2008 by Moritz A. Lenz. This module is free software.
Copyright (C) 2008, 2011 by Moritz A. Lenz. This module is free software.
You may use, redistribute and modify it under the same terms as perl itself.
Example code included in this package may be used as if it were Public Domain.
Expand All @@ -382,9 +382,11 @@ Moritz Lenz, moritz@faui2k3.org, L<http://perlgeek.de/>, L<http://perl-6.de/>
=head1 DEVELOPMENT
You can obtain the latest development version via subversion:
You can obtain the latest development version via git:
svn co https://faui2k3.org/svn/moritz/cpan/Perl6-Str/
git clone git://github.com/moritz/Perl6-Str.git
See also: L<https://github.com/moritz/Perl6-Str>.
=cut

0 comments on commit 9c4c6b4

Please sign in to comment.