summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-01-16 18:05:43 +0100
committergregor herrmann <gregoa@debian.org>2021-01-16 18:05:43 +0100
commit222d5e3358eb6e48740f2eb4d71f14286e566967 (patch)
tree2f7412fd9d0aa50d6bcefe98a47b66895086b60e
parent8d5a9623acae4e4c0e54179a69c8b16376be1a8d (diff)
parent7134897bc4c2c83dcf13c54783be4b5850db2044 (diff)
New upstream version 1.113
-rw-r--r--Changes3
-rw-r--r--MANIFEST.SKIP5
-rw-r--r--META.json12
-rw-r--r--META.yml8
-rw-r--r--Makefile.PL2
-rw-r--r--README.pod14
-rw-r--r--lib/Math/NoCarry.pm24
7 files changed, 43 insertions, 25 deletions
diff --git a/Changes b/Changes
index d56a37e..80c8d7d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Math::NoCarry
+1.113 2021-01-13T06:22:25Z
+ * freshen distro, remove Travis CI, use Github Actions
+
1.112 2018-05-24T14:14:51Z
* Change to Artistic License 2.0
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index bb04722..a89b2e2 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -70,3 +70,8 @@
\.lwpcookies
\.travis\.yml
\.appveyor\.yml
+\bMANIFEST\s\d
+\bChanges\s\d
+.*.icloud
+\A\.github\b
+
diff --git a/META.json b/META.json
index d8cdb7d..b92613c 100644
--- a/META.json
+++ b/META.json
@@ -1,16 +1,16 @@
{
- "abstract" : "Perl extension for no- carry arithmetic",
+ "abstract" : "Perl extension for no-carry arithmetic",
"author" : [
"brian d foy <bdfoy@cpan.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Math-NoCarry",
"no_index" : {
@@ -36,7 +36,7 @@
},
"test" : {
"requires" : {
- "Test::More" : "0.94"
+ "Test::More" : "1"
}
}
},
@@ -52,6 +52,6 @@
"web" : "https://github.com/briandfoy/math-nocarry"
}
},
- "version" : "1.112",
- "x_serialization_backend" : "JSON::PP version 2.27400_02"
+ "version" : "1.113",
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
diff --git a/META.yml b/META.yml
index b89f0c6..cf687ff 100644
--- a/META.yml
+++ b/META.yml
@@ -1,14 +1,14 @@
---
-abstract: 'Perl extension for no- carry arithmetic'
+abstract: 'Perl extension for no-carry arithmetic'
author:
- 'brian d foy <bdfoy@cpan.org>'
build_requires:
- Test::More: '0.94'
+ Test::More: '1'
configure_requires:
ExtUtils::MakeMaker: '6.64'
File::Spec::Functions: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,5 +24,5 @@ resources:
bugtracker: https://github.com/briandfoy/math-nocarry/issues
homepage: https://github.com/briandfoy/math-nocarry
repository: https://github.com/briandfoy/math-nocarry.git
-version: '1.112'
+version: '1.113'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 2d458bc..e70a12f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -61,7 +61,7 @@ my %WriteMakefile = (
},
'TEST_REQUIRES' => {
- 'Test::More' => '0.94',
+ 'Test::More' => '1',
},
'PREREQ_PM' => {
diff --git a/README.pod b/README.pod
index 27149ad..136aa75 100644
--- a/README.pod
+++ b/README.pod
@@ -2,7 +2,11 @@
=encoding utf8
-=for HTML <a href="https://travis-ci.org/briandfoy/math-nocarry"><img src="https://travis-ci.org/briandfoy/math-nocarry.svg?branch=master" /></a>
+=for HTML <a href="../../actions?query=workflow%3Amacos"><img src="../../workflows/macos/badge.svg"></a>
+
+=for HTML <a href="../../actions?query=workflow%3Aubuntu"><img src="../../workflows/ubuntu/badge.svg"></a>
+
+=for HTML <a href="../../actions?query=workflow%3Awindows"><img src="../../workflows/windows/badge.svg"></a>
=for HTML <a href='https://ci.appveyor.com/project/briandfoy/math-nocarry'><img src='https://ci.appveyor.com/api/projects/status/uribb3qscqy9o0nf' /></a>
@@ -10,7 +14,7 @@
=for HTML <a href="https://github.com/briandfoy/math-nocarry/blob/master/LICENSE"><img src="https://img.shields.io/cpan/l/Math-NoCarry.svg" /></a>
-=for HTML <a href="http://www.metacpan.org/module/Math::NoCarry"><img src="https://img.shields.io/cpan/v/Math-NoCarry.svg" /></A>
+=for HTML <a href="https://metacpan.org/pod/Math::NoCarry"><img src="https://img.shields.io/cpan/v/Math-NoCarry.svg" /></A>
=head1 The Math::NoCarry module
@@ -23,7 +27,7 @@ for any Perl module.
To read about L<Math::NoCarry>, look at the embedded documentation
in the module itself. Inside the distribution, you can format it
-with L<perldoc|http://perldoc.perl.org/perldoc.html>:
+with L<perldoc|https://perldoc.perl.orgperldoc.html>:
% perldoc lib/Math/NoCarry.pm
@@ -33,7 +37,7 @@ name instead of the file location:
% perldoc Math::NoCarry
You can read the documentation and inspect the meta data on
-L<MetaCPAN|http://www.metacpan.org/module/Math::NoCarry>.
+L<MetaCPAN|https://metacpan.org/pod/Math::NoCarry>.
The standard module documentation has example uses in the SYNOPSIS
section, but you can also look in the I<examples/> directory (if it's
@@ -98,7 +102,7 @@ They might not know the particulars of this module, but they can help
you diagnose your problem.
You might like to read L<brian's Guide to Solving Any Perl
-Problem|http://archive.oreilly.com/pub/a/perl/excerpts/9780596527242/brians-guide.html>.
+Problem|https://briandfoy.github.io/brians-guide-to-solving-any-perl-problem/>.
=head2 Copyright and License
diff --git a/lib/Math/NoCarry.pm b/lib/Math/NoCarry.pm
index 2a937a3..3db72b5 100644
--- a/lib/Math/NoCarry.pm
+++ b/lib/Math/NoCarry.pm
@@ -9,13 +9,13 @@ use Exporter qw(import);
our @EXPORT_OK = qw(add subtract multiply);
our %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );
-our $VERSION = '1.112';
+our $VERSION = '1.113';
=encoding utf8
=head1 NAME
-Math::NoCarry - Perl extension for no- carry arithmetic
+Math::NoCarry - Perl extension for no-carry arithmetic
=head1 SYNOPSIS
@@ -193,17 +193,23 @@ __END__
=head1 BUGS
-* none reported yet :)
+=over 4
+
+=item * none reported yet :)
+
+=back
=head1 TO DO
-* this could be a full object package with overloaded
-+, *, and - operators
+=over 4
+
+=item * this could be a full object package with overloaded +, *, and - operators
-* it would be nice if I could give the functions more than
-two arguments.
+=item * it would be nice if I could give the functions more than two arguments.
-* addition and subtraction don't do negative numbers.
+=item * addition and subtraction don't do negative numbers.
+
+=back
=head1 SOURCE AVAILABILITY
@@ -217,7 +223,7 @@ brian d foy, C<< <bdfoy@cpan.org> >>
=head1 COPYRIGHT AND LICENSE
-Copyright © 2002-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
+Copyright © 2002-2021, brian d foy <bdfoy@cpan.org>. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.