1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
# Copyright 2022 Jeffrey Kegler
# This file is part of Marpa::R2. Marpa::R2 is free software: you can
# redistribute it and/or modify it under the terms of the GNU Lesser
# General Public License as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any later version.
#
# Marpa::R2 is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser
# General Public License along with Marpa::R2. If not, see
# http://www.gnu.org/licenses/.
=head1 NAME
Marpa::R2::Support - Support, and how to report bugs
=head1 Description
Marpa::R2 is free software.
There is no warranty.
This page is only updated when there is a new release.
For the lastest information on getting support,
and filing bugs, please consult
the "updates" page, C<UPDATES.md>,
in the current repo.
At this point, the link for the updates page is
L<https://github.com/jeffreykegler/Marpa--R2/blob/master/UPDATES.md>.
Resources available as of this writing include the following:
* The IRC channel is where most discussion takes place.
It is C<#marpa> at
C<irc.libera.chat>.
It is logged at
L<http://colabti.org/irclogger/irclogger_log/marpa>.
* In addition, there is a Google Groups mailing list dedicated to Marpa
It is at L<https://groups.google.com/forum/?fromgroups#!forum/marpa-parser>.
* Bugs should be filed as issues in this repo.
Note that C<Marpa::R2>
is now "stable", and new features are not added to it.
New versions are released only when they benefit users
of the current functionality in a major way.
New versions usually occur only when a serious
bug is discovered.
* Ron Savage maintains a L<Marpa's official starting
page|http://savage.net.au/Marpa.html>.
* The author also maintains a less extensive L<Marpa web
site|https://jeffreykegler.github.io/Marpa-web-site/>.
* You can find documentation for this module with the perldoc command.
=for Marpa::R2::Display
ignore: 1
perldoc Marpa::R2
=for Marpa::R2::Display::End
=head1 Copyright and License
=for Marpa::R2::Display
ignore: 1
Copyright 2022 Jeffrey Kegler
This file is part of Marpa::R2. Marpa::R2 is free software: you can
redistribute it and/or modify it under the terms of the GNU Lesser
General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
Marpa::R2 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser
General Public License along with Marpa::R2. If not, see
http://www.gnu.org/licenses/.
=for Marpa::R2::Display::End
=cut
|