Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-PerlX-Maybe for
openSUSE:Factory checked in at 2022-03-26 22:31:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PerlX-Maybe (Old)
and /work/SRC/openSUSE:Factory/.perl-PerlX-Maybe.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PerlX-Maybe"
Sat Mar 26 22:31:01 2022 rev:2 rq:964984 version:1.202
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PerlX-Maybe/perl-PerlX-Maybe.changes
2020-10-26 16:20:45.495149637 +0100
+++
/work/SRC/openSUSE:Factory/.perl-PerlX-Maybe.new.1900/perl-PerlX-Maybe.changes
2022-03-26 22:31:10.677962834 +0100
@@ -1,0 +2,11 @@
+Tue Mar 15 03:07:45 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.202
+ see /usr/share/doc/packages/perl-PerlX-Maybe/Changes
+
+ 1.202 2022-03-14 Pi Day
+
+ - Fix code example.
+ Daniel B??hmer++
+
+-------------------------------------------------------------------
Old:
----
PerlX-Maybe-1.201.tar.gz
New:
----
PerlX-Maybe-1.202.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PerlX-Maybe.spec ++++++
--- /var/tmp/diff_new_pack.YhZZ47/_old 2022-03-26 22:31:11.249963618 +0100
+++ /var/tmp/diff_new_pack.YhZZ47/_new 2022-03-26 22:31:11.253963623 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-PerlX-Maybe
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name PerlX-Maybe
Name: perl-PerlX-Maybe
-Version: 1.201
+Version: 1.202
Release: 0
-%define cpan_name PerlX-Maybe
-Summary: Return a Pair Only If They Are Both Defined
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+Summary: Return a pair only if they are both defined
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Exporter::Tiny)
@@ -62,8 +60,6 @@
or:
- use PerlX::Maybe;
-
my $bob = Person->new(
(name => $name) x!!(defined $name),
(age => $age) x!!(defined $age),
@@ -72,11 +68,11 @@
A slightly more elegant solution is the 'maybe' function.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -87,7 +83,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes COPYRIGHT CREDITS doap.ttl README
%license LICENSE
++++++ PerlX-Maybe-1.201.tar.gz -> PerlX-Maybe-1.202.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/COPYRIGHT
new/PerlX-Maybe-1.202/COPYRIGHT
--- old/PerlX-Maybe-1.201/COPYRIGHT 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/COPYRIGHT 2022-03-14 19:26:10.000000000 +0100
@@ -7,15 +7,7 @@
META.json
META.yml
doap.ttl
- t/04provided_deref.t
- t/05provided_deref_with_maybe.t
-Copyright: Copyright 2018 Toby Inkster.
-License: GPL-1.0+ or Artistic-1.0
-
-Files: Makefile.PL
- dist.ini
- t/03provided.t
-Copyright: Copyright 2013 Toby Inkster.
+Copyright: Copyright 2022 Toby Inkster.
License: GPL-1.0+ or Artistic-1.0
Files: COPYRIGHT
@@ -34,6 +26,16 @@
Copyright: Unknown
License: Unknown
+Files: dist.ini
+ t/03provided.t
+Copyright: Copyright 2013 Toby Inkster.
+License: GPL-1.0+ or Artistic-1.0
+
+Files: t/04provided_deref.t
+ t/05provided_deref_with_maybe.t
+Copyright: Copyright 2018 Toby Inkster.
+License: GPL-1.0+ or Artistic-1.0
+
Files: README
lib/PerlX/Maybe.pm
Copyright: This software is copyright (c) 2012-2013, 2018 by Toby Inkster.
@@ -43,15 +45,19 @@
Copyright: This software is copyright (c) 2012-2013 by Toby Inkster.
License: GPL-1.0+ or Artistic-1.0
+Files: Makefile.PL
+Copyright: Copyright 2020 Toby Inkster.
+License: GPL-1.0+ or Artistic-1.0
+
License: Artistic-1.0
- This software is Copyright (c) 2018 by the copyright holder(s).
+ This software is Copyright (c) 2022 by the copyright holder(s).
This is free software, licensed under:
The Artistic License 1.0
License: GPL-1.0
- This software is Copyright (c) 2018 by the copyright holder(s).
+ This software is Copyright (c) 2022 by the copyright holder(s).
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/CREDITS
new/PerlX-Maybe-1.202/CREDITS
--- old/PerlX-Maybe-1.201/CREDITS 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/CREDITS 2022-03-14 19:26:10.000000000 +0100
@@ -2,6 +2,7 @@
- Toby Inkster (TOBYINK) <[email protected]>
Thanks:
+- Daniel B??hmer
- Darin McBride
- Ivan Baidakou
- Michael Jemmeson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/Changes
new/PerlX-Maybe-1.202/Changes
--- old/PerlX-Maybe-1.201/Changes 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/Changes 2022-03-14 19:26:10.000000000 +0100
@@ -6,6 +6,11 @@
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=PerlX-Maybe>
Maintainer: Toby Inkster (TOBYINK) <[email protected]>
+1.202 2022-03-14 Pi Day
+
+ - Fix code example.
+ Daniel B??hmer++
+
1.201 2018-11-25
- Improve documentation for `provided_deref`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/LICENSE
new/PerlX-Maybe-1.202/LICENSE
--- old/PerlX-Maybe-1.201/LICENSE 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/LICENSE 2022-03-14 19:26:10.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2018 by Toby Inkster.
+This software is copyright (c) 2022 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2018 by Toby Inkster.
+This software is Copyright (c) 2022 by Toby Inkster.
This is free software, licensed under:
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2018 by Toby Inkster.
+This software is Copyright (c) 2022 by Toby Inkster.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/META.json
new/PerlX-Maybe-1.202/META.json
--- old/PerlX-Maybe-1.201/META.json 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/META.json 2022-03-14 19:26:10.000000000 +0100
@@ -11,7 +11,7 @@
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "PerlX-Maybe",
"no_index" : {
@@ -54,11 +54,11 @@
"provides" : {
"PerlX::Maybe" : {
"file" : "lib/PerlX/Maybe.pm",
- "version" : "1.201"
+ "version" : "1.202"
},
"Syntax::Feature::Maybe" : {
"file" : "lib/Syntax/Feature/Maybe.pm",
- "version" : "1.201"
+ "version" : "1.202"
}
},
"release_status" : "stable",
@@ -77,7 +77,7 @@
},
"x_identifier" : "http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/project"
},
- "version" : "1.201",
- "x_serialization_backend" : "JSON::PP version 2.27400_02",
+ "version" : "1.202",
+ "x_serialization_backend" : "JSON::PP version 4.06",
"x_static_install" : 1
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/META.yml
new/PerlX-Maybe-1.202/META.yml
--- old/PerlX-Maybe-1.201/META.yml 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/META.yml 2022-03-14 19:26:10.000000000 +0100
@@ -25,10 +25,10 @@
provides:
PerlX::Maybe:
file: lib/PerlX/Maybe.pm
- version: '1.201'
+ version: '1.202'
Syntax::Feature::Maybe:
file: lib/Syntax/Feature/Maybe.pm
- version: '1.201'
+ version: '1.202'
recommends:
Exporter::Tiny: '0'
PerlX::Maybe::XS: '0'
@@ -41,6 +41,6 @@
homepage: https://metacpan.org/release/PerlX-Maybe
license: http://dev.perl.org/licenses/
repository: git://github.com/tobyink/p5-perlx-maybe.git
-version: '1.201'
+version: '1.202'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/Makefile.PL
new/PerlX-Maybe-1.202/Makefile.PL
--- old/PerlX-Maybe-1.201/Makefile.PL 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/Makefile.PL 2022-03-14 19:26:10.000000000 +0100
@@ -26,8 +26,8 @@
test => { requires => { "Test::More" => 0.61 }
},
},
"provides" => {
- "PerlX::Maybe" => { file => "lib/PerlX/Maybe.pm",
version => 1.201 },
- "Syntax::Feature::Maybe" => { file =>
"lib/Syntax/Feature/Maybe.pm", version => 1.201 },
+ "PerlX::Maybe" => { file => "lib/PerlX/Maybe.pm",
version => 1.202 },
+ "Syntax::Feature::Maybe" => { file =>
"lib/Syntax/Feature/Maybe.pm", version => 1.202 },
},
"release_status" => "stable",
"resources" => {
@@ -41,7 +41,7 @@
},
x_identifier =>
"http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/project",
},
- "version" => 1.201,
+ "version" => 1.202,
"x_static_install" => 1,
};
@@ -116,28 +116,8 @@
}
}
-sub FixMakefile
-{
- return unless -d 'inc';
- my $file = shift;
-
- local *MAKEFILE;
- open MAKEFILE, "< $file" or die "FixMakefile: Couldn't open $file: $!;
bailing out";
- my $makefile = do { local $/; <MAKEFILE> };
- close MAKEFILE or die $!;
-
- $makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1'inc', /;
- $makefile =~ s/( -I\$\(INST_ARCHLIB\))/ -Iinc$1/g;
- $makefile =~ s/( "-I\$\(INST_LIB\)")/ "-Iinc"$1/g;
- $makefile =~ s/^(FULLPERL = .*)/$1 "-Iinc"/m;
- $makefile =~ s/^(PERL = .*)/$1 "-Iinc"/m;
-
- open MAKEFILE, "> $file" or die "FixMakefile: Couldn't open $file: $!;
bailing out";
- print MAKEFILE $makefile or die $!;
- close MAKEFILE or die $!;
-}
my $mm = WriteMakefile(%WriteMakefileArgs);
-FixMakefile($mm->{FIRST_MAKEFILE} || 'Makefile');
+
exit(0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/README new/PerlX-Maybe-1.202/README
--- old/PerlX-Maybe-1.201/README 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/README 2022-03-14 19:26:10.000000000 +0100
@@ -46,8 +46,6 @@
or:
- use PerlX::Maybe;
-
my $bob = Person->new(
(name => $name) x!!(defined $name),
(age => $age) x!!(defined $age),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/SIGNATURE
new/PerlX-Maybe-1.202/SIGNATURE
--- old/PerlX-Maybe-1.201/SIGNATURE 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/SIGNATURE 2022-03-14 19:26:10.000000000 +0100
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.81.
+signed via the Module::Signature module, version 0.87.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -12,30 +12,30 @@
not run its Makefile.PL or Build.PL.
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: RIPEMD160
-SHA1 397eaf86b7f80022113f6fb3358795bf25764e39 COPYRIGHT
-SHA1 1939b2aec311bf340b1eb3e2b2eb805359ff9cdd CREDITS
-SHA1 67483100cd7b570a4e76995d59de399f9fe23a3d Changes
-SHA1 62e2694ef2239670cc49f9d64af5c22548eae523 INSTALL
-SHA1 4b7ceb6d8f98b8e378a50f11d2feb4e205aa68d8 LICENSE
-SHA1 412dccd511c0a005b3a892053c7f7b2f336e5ec0 MANIFEST
-SHA1 84ecbdafa1a9f4ac1e55bc3515038f2b50b8f5ef META.json
-SHA1 985084e350049af8073d22d7bf270558afddfa9a META.yml
-SHA1 3180216f2453f20c15a185e6ddf94b324d2214fb Makefile.PL
-SHA1 9c774351c413776134c5c226d8b4bb30fd9243bd README
-SHA1 d24df44751bd1c550fad7ca438ae6ab31cc49bf4 dist.ini
-SHA1 7cc53415ffb4526f403d8a890d2a4f3bd146a303 doap.ttl
-SHA1 c3a739ca600bf9453d5a8b23082c218aa7191760 lib/PerlX/Maybe.pm
-SHA1 3b3ffe4c629262b9ba1a86e773ec338a13da0906 lib/Syntax/Feature/Maybe.pm
-SHA1 0eda281cd41c7bfa28293ff92f8599deb2f9e288 t/01basic.t
-SHA1 3079896117a38ecef4125ac9756cb2d665434bea t/02maybe.t
-SHA1 6c70be36ace5761b63e5c940d408145101079c38 t/03provided.t
-SHA1 da010e15bd2d05d1f1172a350244a00b69b5653c t/04provided_deref.t
-SHA1 493136034a29ff3c3dbda02db50e2c45f252502a t/05provided_deref_with_maybe.t
+SHA256 63500c29d2c07f59c7b435886d08a5a87d8187ca3eaeb1d6b7d6bf9ed6d0784a
COPYRIGHT
+SHA256 8236d14c3a427b789e719feda96b1d79b18ecf080063bcff6c60d329ef301620 CREDITS
+SHA256 28859c7a98c7386fb243b6912eebf01908854b9af1faad155975bc2b9ede7598 Changes
+SHA256 66ddbf2a973772b158c7e045024b56546311c37e2ee008762e278cd510881368 INSTALL
+SHA256 a4f85c6f4d6e8bdd37b7ab08013e3e3bee1fe8e910e20f8f54d5025ffe40f384 LICENSE
+SHA256 ef97ef3d9e21eb24d1702d01eb06fad2cf8224e19fbaf0873a4e1b15adae10f2
MANIFEST
+SHA256 5970f5089f255b180b6fda82b3e10e80d43b73a1921f9d2e632d61a3aa7ad258
META.json
+SHA256 4fc73086afea5976066120df31fce7a527d62a05e90a5993145041d89368afdc
META.yml
+SHA256 c44823de2f69513a7362fa1cc055d602e3afee96a840c4accf6aadee07e89963
Makefile.PL
+SHA256 6854175d047b025a6b940505f986e965129c2aa38c7eed2b3b36a2eccf7e65b7 README
+SHA256 a7d24654aef9f34d4294d5077af6b1fa086d3726c0c2d06cff8ad06c65088080
dist.ini
+SHA256 1e755fbb153615122cecad4bf57838d17a56f1cb09ff0b0e196a1d390f6a9270
doap.ttl
+SHA256 8ba71c0d88357155a3af4bd147ef4e4beae4f81eea480c51819f558a9fb46de3
lib/PerlX/Maybe.pm
+SHA256 188ad814c737cba02a0113812afc33f3a7d9e66b45f062c9bb543569e4b1a4c4
lib/Syntax/Feature/Maybe.pm
+SHA256 6e733b4b1b924dc7d4bfec7312a0afd8a3b576839fd76c2ae2c4633743821949
t/01basic.t
+SHA256 c0e509d967e7a98c459e28ef51a682c584188f9f09ef57c0b28abbd032c8fbb4
t/02maybe.t
+SHA256 edeb1326f32e1113388c9e7adef95c7b29e84348d37f85c977de01d6dbe21ca0
t/03provided.t
+SHA256 a40b601aedbb2a7c97023fe6c25dcabb10a316f300aa5968dc2891fe4257dd2d
t/04provided_deref.t
+SHA256 ee22d16e338948cf862b6fe764c1c23b4653a5d45f94558d68395c344b63cb99
t/05provided_deref_with_maybe.t
-----BEGIN PGP SIGNATURE-----
-iF0EARECAB0WIQRVJKj/4+s6z4WzNujOv4Eoaip9OQUCW/qVfAAKCRDOv4Eoaip9
-OUCrAJ94nF/0I7d8oCCf+pnk7gn7Fyl/1QCbBGvbcAlAbd4jh1d870pKFnW02Xw=
-=gUiC
+iF0EAREDAB0WIQRVJKj/4+s6z4WzNujOv4Eoaip9OQUCYi+IwgAKCRDOv4Eoaip9
+Of0YAKCzbLlH70F9cl0Wsh6szkVzz0WiywCeLOE3hQbig63aRhm6WB+NXflOWHo=
+=ORvs
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/doap.ttl
new/PerlX-Maybe-1.202/doap.ttl
--- old/PerlX-Maybe-1.201/doap.ttl 2018-11-25 13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/doap.ttl 2022-03-14 19:26:10.000000000 +0100
@@ -24,7 +24,7 @@
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "PerlX-Maybe";
doap:programming-language "Perl";
- doap:release
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-001>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-002>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-003>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-004>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-999_01>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-999_02>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-000>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-001>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-200>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-201>;
+ doap:release
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-001>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-002>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-003>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-004>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-999_01>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_0-999_02>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-000>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-001>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-200>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-201>,
<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-202>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-perlx-maybe>;
@@ -175,6 +175,23 @@
doap:file-release
<http://backpan.cpan.org/authors/id/T/TO/TOBYINK/PerlX-Maybe-1.201.tar.gz>;
doap:revision "1.201"^^xsd:string.
+<http://purl.org/NET/cpan-uri/dist/PerlX-Maybe/v_1-202>
+ a doap:Version;
+ rdfs:label "Pi Day";
+ dc:issued "2022-03-14"^^xsd:date;
+ doap-changeset:changeset [
+ doap-changeset:item [
+ a doap-changeset:Documentaion;
+ rdfs:label "Fix code example."@en;
+ doap-changeset:thanks [
+ foaf:homepage <https://www.daniel-boehmer.de/>;
+ foaf:name "Daniel B?hmer";
+ ];
+ ];
+ ];
+ doap:file-release
<http://backpan.cpan.org/authors/id/T/TO/TOBYINK/PerlX-Maybe-1.202.tar.gz>;
+ doap:revision "1.202"^^xsd:string.
+
<http://purl.org/NET/cpan-uri/person/tobyink>
a foaf:Person;
foaf:mbox <mailto:[email protected]>;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/lib/PerlX/Maybe.pm
new/PerlX-Maybe-1.202/lib/PerlX/Maybe.pm
--- old/PerlX-Maybe-1.201/lib/PerlX/Maybe.pm 2018-11-25 13:28:44.000000000
+0100
+++ new/PerlX-Maybe-1.202/lib/PerlX/Maybe.pm 2022-03-14 19:26:10.000000000
+0100
@@ -6,7 +6,7 @@
BEGIN {
our $AUTHORITY = 'cpan:TOBYINK';
- our $VERSION = '1.201';
+ our $VERSION = '1.202';
our @EXPORT = qw/ maybe /;
our @EXPORT_OK = qw/ maybe provided provided_deref
provided_deref_with_maybe/;
@@ -219,8 +219,6 @@
or:
- use PerlX::Maybe;
-
my $bob = Person->new(
(name => $name) x!!(defined $name),
(age => $age) x!!(defined $age),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PerlX-Maybe-1.201/lib/Syntax/Feature/Maybe.pm
new/PerlX-Maybe-1.202/lib/Syntax/Feature/Maybe.pm
--- old/PerlX-Maybe-1.201/lib/Syntax/Feature/Maybe.pm 2018-11-25
13:28:44.000000000 +0100
+++ new/PerlX-Maybe-1.202/lib/Syntax/Feature/Maybe.pm 2022-03-14
19:26:10.000000000 +0100
@@ -8,7 +8,7 @@
BEGIN {
our $AUTHORITY = 'cpan:TOBYINK';
- our $VERSION = '1.201';
+ our $VERSION = '1.202';
}
sub install