GitXplorerGitXplorer
i

rosettacode-pm

public
12 stars
6 forks
0 issues

Commits

List of commits on branch main.
Unverified
2cf323ac75ce989fb0ad49a6446d7eac4e089bc6

CPAN Release 0.1.1

iingydotnet committed 2 years ago
Unverified
fb1d132a0b53938e54fa121a3c5867da5d964459

Major overhaul for 2023

iingydotnet committed 2 years ago
Unverified
810e37bc259b76fc1282d32139e4166017ede210

CPAN Release 0.0.15

iingydotnet committed 8 years ago
Unverified
8d649bf839bdcb7d6ac7e184d3487d6c363f3f7e

Add PR/1 to Changes

pperlpunk committed 8 years ago
Unverified
f6e23731759c3d2cf30dbcd00bb8f6cc44281d8f

Add a useragent header to the bot

pperlpunk committed 8 years ago
Unverified
d8a52cc2c655f86026cbc53692d4625ec5880f12

Use Carp and 2016

pperlpunk committed 8 years ago

README

The README file for this repository.

=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