=pod
=for comment DO NOT EDIT. This Pod was generated by Swim v0.1.45. See http://github.com/ingydotnet/swim-pm#readme
=encoding utf8
=head1 Name
RosettaCode - An Application to interface with http://rosettacode.org
=head1 Version
This document describes L version B<0.0.15>.
=head1 Synopsis
From the command line:
> rosettacode help
> git clone https://github.com/acmeism/RosettaCodeData
> cd RosettaCodeData
> rosettacode sync .
=head1 Description
RosettaCode.org is a fantastic wiki that contains ~ 750 programming tasks, each implemented in up to ~ 550 programming languages.
This tool aims to make it easier for programmers to obtain and try the various code samples.
At this point, the main function is to extract the code examples and put them into a git repository on GitHub. You probably don't need to use this tool yourself. You can just get the repository here:
git clone https://github.com/acmeism/RosettaCodeData
This tool will just update all the files in that repository.
=head1 Author
Ingy döt Net ingy@cpan.org
=head1 Copyright and License
Copyright 2013-2023. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See Lhttp://www.perl.com/perl/misc/Artistic.html
=cut