Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Sync Math-BigRat blead vs. CPAN #13725

Closed
p5pRT opened this issue Apr 9, 2014 · 7 comments
Closed

[PATCH] Sync Math-BigRat blead vs. CPAN #13725

p5pRT opened this issue Apr 9, 2014 · 7 comments

Comments

@p5pRT
Copy link

p5pRT commented Apr 9, 2014

Migrated from rt.perl.org#121618 (status was 'resolved')

Searchable as RT121618$

@p5pRT
Copy link
Author

p5pRT commented Apr 9, 2014

From @pjacklam

Some POD changes were accidentally included in the CPAN release of
Math-BigRat before they were included in blead. This patch gets the
module in sync.


dist/Math-BigRat/lib/Math/BigRat.pm | 67 +++++++++++++++++++++++++++--------
1 files changed, 52 insertions(+), 15 deletions(-)

Inline Patch
diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm b/dist/Math-BigRat/lib/Math/BigRat.pm
index 15b2ed0..47bc4bd 100644
--- a/dist/Math-BigRat/lib/Math/BigRat.pm
+++ b/dist/Math-BigRat/lib/Math/BigRat.pm
@@ -1592,6 +1592,8 @@ sub import
 
 __END__
 
+=pod
+
 =head1 NAME
 
 Math::BigRat - Arbitrary big rational numbers
@@ -1989,19 +1991,60 @@ This is an internal routine that turns scalars into objects.
 
 =head1 BUGS
 
-Some things are not yet implemented, or only implemented half-way:
+Please report any bugs or feature requests to
+C<bug-math-bigrat at rt.cpan.org>, or through the web interface at
+L<https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigRat>
+(requires login).
+We will be notified, and then you'll automatically be notified of progress on
+your bug as I make changes.
+
+=head1 SUPPORT
+
+You can find documentation for this module with the perldoc command.
+
+    perldoc Math::BigRat
+
+You can also look for information at:
+
+=over 4
+
+=item * RT: CPAN's request tracker
+
+L<https://rt.cpan.org/Public/Dist/Display.html?Name=Math-BigRat>
+
+=item * AnnoCPAN: Annotated CPAN documentation
+
+L<http://annocpan.org/dist/Math-BigRat>
+
+=item * CPAN Ratings
 
-=over 2
+L<http://cpanratings.perl.org/dist/Math-BigRat>
 
-=item inf handling (partial)
+=item * Search CPAN
 
-=item NaN handling (partial)
+L<http://search.cpan.org/dist/Math-BigRat/>
 
-=item rounding (not implemented except for bceil/bfloor)
+=item * CPAN Testers Matrix
 
-=item $x ** $y where $y is not an integer
+L<http://matrix.cpantesters.org/?dist=Math-BigRat>
 
-=item bmod(), blog(), bmodinv() and bmodpow() (partial)
+=item * The Bignum mailing list
+
+=over 4
+
+=item * Post to mailing list
+
+C<bignum at lists.scsys.co.uk>
+
+=item * View mailing list
+
+L<http://lists.scsys.co.uk/pipermail/bignum/>
+
+=item * Subscribe/Unsubscribe
+
+L<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/bignum>
+
+=back
 
 =back
 
@@ -2012,14 +2055,8 @@ the same terms as Perl itself.
 
 =head1 SEE ALSO
 
-L<Math::BigFloat> and L<Math::Big> as well as
-L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
-
-See L<http://search.cpan.org/search?dist=bignum> for a way to use
-Math::BigRat.
-
-The package at L<http://search.cpan.org/search?dist=Math%3A%3ABigRat>
-may contain more documentation and examples as well as testcases.
+L<bigrat>, L<Math::BigFloat> and L<Math::BigInt> as well as the backends
+L<Math::BigInt::FastCalc>, L<Math::BigInt::GMP>, and L<Math::BigInt::Pari>.
 
 =head1 AUTHORS
 
-- 
1.7.9

@p5pRT
Copy link
Author

p5pRT commented Apr 15, 2014

From @pjacklam

Patch file as attachment to RT ticket.

@p5pRT
Copy link
Author

p5pRT commented Apr 15, 2014

From @pjacklam

0001-Sync-Math-BigRat-blead-vs.-CPAN.patch
From ba44a50f5dea0894d613dfdcad9a7c092c0389f0 Mon Sep 17 00:00:00 2001
From: Peter John Acklam <pjacklam@online.no>
Date: Wed, 9 Apr 2014 19:30:40 +0200
Subject: [PATCH] Sync Math-BigRat blead vs. CPAN

Some POD changes were accidentally included in the CPAN release of
Math-BigRat before they were included in blead. This patch gets the
module in sync.
---
 dist/Math-BigRat/lib/Math/BigRat.pm |   67 +++++++++++++++++++++++++++--------
 1 files changed, 52 insertions(+), 15 deletions(-)

diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm b/dist/Math-BigRat/lib/Math/BigRat.pm
index 15b2ed0..47bc4bd 100644
--- a/dist/Math-BigRat/lib/Math/BigRat.pm
+++ b/dist/Math-BigRat/lib/Math/BigRat.pm
@@ -1592,6 +1592,8 @@ sub import
 
 __END__
 
+=pod
+
 =head1 NAME
 
 Math::BigRat - Arbitrary big rational numbers
@@ -1989,19 +1991,60 @@ This is an internal routine that turns scalars into objects.
 
 =head1 BUGS
 
-Some things are not yet implemented, or only implemented half-way:
+Please report any bugs or feature requests to
+C<bug-math-bigrat at rt.cpan.org>, or through the web interface at
+L<https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigRat>
+(requires login).
+We will be notified, and then you'll automatically be notified of progress on
+your bug as I make changes.
+
+=head1 SUPPORT
+
+You can find documentation for this module with the perldoc command.
+
+    perldoc Math::BigRat
+
+You can also look for information at:
+
+=over 4
+
+=item * RT: CPAN's request tracker
+
+L<https://rt.cpan.org/Public/Dist/Display.html?Name=Math-BigRat>
+
+=item * AnnoCPAN: Annotated CPAN documentation
+
+L<http://annocpan.org/dist/Math-BigRat>
+
+=item * CPAN Ratings
 
-=over 2
+L<http://cpanratings.perl.org/dist/Math-BigRat>
 
-=item inf handling (partial)
+=item * Search CPAN
 
-=item NaN handling (partial)
+L<http://search.cpan.org/dist/Math-BigRat/>
 
-=item rounding (not implemented except for bceil/bfloor)
+=item * CPAN Testers Matrix
 
-=item $x ** $y where $y is not an integer
+L<http://matrix.cpantesters.org/?dist=Math-BigRat>
 
-=item bmod(), blog(), bmodinv() and bmodpow() (partial)
+=item * The Bignum mailing list
+
+=over 4
+
+=item * Post to mailing list
+
+C<bignum at lists.scsys.co.uk>
+
+=item * View mailing list
+
+L<http://lists.scsys.co.uk/pipermail/bignum/>
+
+=item * Subscribe/Unsubscribe
+
+L<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/bignum>
+
+=back
 
 =back
 
@@ -2012,14 +2055,8 @@ the same terms as Perl itself.
 
 =head1 SEE ALSO
 
-L<Math::BigFloat> and L<Math::Big> as well as
-L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
-
-See L<http://search.cpan.org/search?dist=bignum> for a way to use
-Math::BigRat.
-
-The package at L<http://search.cpan.org/search?dist=Math%3A%3ABigRat>
-may contain more documentation and examples as well as testcases.
+L<bigrat>, L<Math::BigFloat> and L<Math::BigInt> as well as the backends
+L<Math::BigInt::FastCalc>, L<Math::BigInt::GMP>, and L<Math::BigInt::Pari>.
 
 =head1 AUTHORS
 
-- 
1.7.9

@p5pRT
Copy link
Author

p5pRT commented Apr 15, 2014

From [Unknown Contact. See original ticket]

Patch file as attachment to RT ticket.

@p5pRT
Copy link
Author

p5pRT commented Jun 4, 2014

From @tonycoz

On Tue Apr 15 05​:50​:48 2014, pjacklam wrote​:

Patch file as attachment to RT ticket.

Thanks, applied as a775279 (on the 28th).

Tony

@p5pRT
Copy link
Author

p5pRT commented Jun 4, 2014

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jun 4, 2014

@tonycoz - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant