commit perl-Task-Kensho-Exceptions for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Exceptions for 
openSUSE:Factory checked in at 2019-07-11 13:07:33

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new.4615 (New)


Package is "perl-Task-Kensho-Exceptions"

Thu Jul 11 13:07:33 2019 rev:10 rq:691005 version:0.40

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions/perl-Task-Kensho-Exceptions.changes
  2016-05-25 21:29:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new.4615/perl-Task-Kensho-Exceptions.changes
2019-07-11 13:07:34.863017471 +0200
@@ -1,0 +2,17 @@
+Wed Apr  3 07:35:08 UTC 2019 - Stephan Kulow 
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-Task-Kensho-Exceptions/Changes
+
+  0.40  2018-12-01
+- CLI: added Reply
+- Dates: added Time::Moment
+- Email: added Email::Stuffer
+- Exceptions: added Syntax::Keyword::Try
+- ModuleDev: added Code::TidyAll, removed Perl::Version
+- OOP: removed Task::Moose
+- Toolchain: added App::cpm
+- WebDev: added HTTP::BrowserDetect, Attean
+- XML: removed RDF::Trine
+
+---

Old:

  Task-Kensho-Exceptions-0.39.tar.gz

New:

  Task-Kensho-Exceptions-0.40.tar.gz



Other differences:
--
++ perl-Task-Kensho-Exceptions.spec ++
--- /var/tmp/diff_new_pack.oVDK02/_old  2019-07-11 13:07:35.507017206 +0200
+++ /var/tmp/diff_new_pack.oVDK02/_new  2019-07-11 13:07:35.511017205 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Exceptions
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Task-Kensho-Exceptions
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Task-Kensho-Exceptions
 Summary:Glimpse at an Enlightened Perl: Exception Handling
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Task-Kensho-Exceptions/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.034
-BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Syntax::Keyword::Try)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(autodie)
+Requires:   perl(Syntax::Keyword::Try)
 Requires:   perl(Try::Tiny)
 Requires:   perl(autodie)
 %{perl_requires}
@@ -74,18 +74,20 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-./Build test
+make test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENCE
 
 %changelog

++ Task-Kensho-Exceptions-0.39.tar.gz -> Task-Kensho-Exceptions-0.40.tar.gz 
++
 3096 lines of diff (skipped)




commit perl-Task-Kensho-Exceptions for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Exceptions for 
openSUSE:Factory checked in at 2016-05-25 21:29:17

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new (New)


Package is "perl-Task-Kensho-Exceptions"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions/perl-Task-Kensho-Exceptions.changes
  2015-04-16 14:14:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new/perl-Task-Kensho-Exceptions.changes
 2016-05-25 21:29:18.0 +0200
@@ -1,0 +2,13 @@
+Mon May 23 12:47:40 UTC 2016 - co...@suse.com
+
+- updated to 0.39
+   see /usr/share/doc/packages/perl-Task-Kensho-Exceptions/Changes
+
+  0.39  2016-05-14
+- WebDev: removed Dancer, added Dancer2
+- OOP: added Moose, Moo and many related modules
+- Exceptions: remove TryCatch
+- Testing: remove Test::Most and Test::NoWarnings, added 
Test::Warnings
+- Config: added JSON::MaybeXS
+
+---

Old:

  Task-Kensho-Exceptions-0.38.tar.gz

New:

  Task-Kensho-Exceptions-0.39.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Task-Kensho-Exceptions.spec ++
--- /var/tmp/diff_new_pack.OEniGE/_old  2016-05-25 21:29:19.0 +0200
+++ /var/tmp/diff_new_pack.OEniGE/_new  2016-05-25 21:29:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Exceptions
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,59 +17,58 @@
 
 
 Name:   perl-Task-Kensho-Exceptions
-Version:0.38
+Version:0.39
 Release:0
 %define cpan_name Task-Kensho-Exceptions
-Summary:A Glimpse at an Enlightened Perl: Exception Handling
+Summary:Glimpse at an Enlightened Perl: Exception Handling
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Task-Kensho-Exceptions/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.038
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(TryCatch)
 BuildRequires:  perl(autodie)
 Requires:   perl(Try::Tiny)
-Requires:   perl(TryCatch)
 Requires:   perl(autodie)
 %{perl_requires}
 
 %description
-From the http://en.wikipedia.org/wiki/Kensho manpage:
+From http://en.wikipedia.org/wiki/Kensho:
 
 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences -
 most commonly used within the confines of Zen Buddhism - literally
 meaning "seeing one's nature"[1] or "true self."[2] It generally
 "refers to the realization of nonduality of subject and object."[3]
 
-the Task::Kensho manpage is a list of recommended modules for Enlightened
-Perl development. CPAN is wonderful, but there are too many wheels and you
-have to pick and choose amongst the various competing technologies.
-
-The plan is for the Task::Kensho manpage to be a rough testing ground for
-ideas that go into among other things the Enlightened Perl Organisation
-Extended Core (EPO-EC).
-
-The modules that are bundled by the Task::Kensho manpage are broken down
-into several categories and are still being considered. They are all taken
-from various top 100 most used perl modules lists and from discussions with
-various subject matter experts in the Perl Community. That said, this
-bundle does _not_ follow the guidelines established for the EPO-EC for peer
-review via industry advisers.
-
-Starting in 2011, the Task::Kensho manpage split its sub-groups of modules
-into individually-installable tasks. Each the Task::Kensho manpage sub-task
-is listed at the beginning of its section in this documentation.
-
-When installing the Task::Kensho manpage itself, you will be asked to
-install each sub-task in turn, or you can install individual tasks
-separately. These individual tasks will always install all their modules by
-default. This facilitates the ease and simplicity the distribution aims to
-achieve.
+Task::Kensho is a 

commit perl-Task-Kensho-Exceptions for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Exceptions for 
openSUSE:Factory checked in at 2015-04-16 14:14:01

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new (New)


Package is "perl-Task-Kensho-Exceptions"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions/perl-Task-Kensho-Exceptions.changes
  2014-03-18 14:16:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new/perl-Task-Kensho-Exceptions.changes
 2015-04-16 14:14:02.0 +0200
@@ -1,0 +2,21 @@
+Tue Apr 14 15:55:02 UTC 2015 - co...@suse.com
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Task-Kensho-Exceptions/Changes
+
+  0.38  2014-09-13
+- WebDev: Template::Toolkit is not indexed (see RT#92588) -
+  refer to Template instead
+- subtask distributions now just use regular prereqs on their
+  component modules, rather than using optional_features metadata
+- Task-Kensho now once again prompts at install time for each
+  subtask to be optionally installed
+  
+  0.37  2014-08-16
+- ModuleDev: Switch Carp::Always over to Devel::Confess (per mst)
+- ModuleDev: Add Data::Printer (per Sawyer X)
+- ModuleDev: Add Devel::Dwarn (per mst)
+- Toolchain: Add Pinto (per Sawyer X)
+- Toolchain: Add App::FatPacker (per perigrin)
+
+---

Old:

  Task-Kensho-Exceptions-0.36.tar.gz

New:

  Task-Kensho-Exceptions-0.38.tar.gz



Other differences:
--
++ perl-Task-Kensho-Exceptions.spec ++
--- /var/tmp/diff_new_pack.baB75o/_old  2015-04-16 14:14:02.0 +0200
+++ /var/tmp/diff_new_pack.baB75o/_new  2015-04-16 14:14:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Exceptions
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Task-Kensho-Exceptions
-Version:0.36
+Version:0.38
 Release:0
 %define cpan_name Task-Kensho-Exceptions
 Summary:A Glimpse at an Enlightened Perl: Exception Handling
@@ -29,14 +29,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.035
+BuildRequires:  perl(Module::Build::Tiny) >= 0.038
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(TryCatch)
 BuildRequires:  perl(autodie)
-BuildRequires:  perl(version)
-Recommends: perl(autodie)
-Recommends: perl(TryCatch)
-Recommends: perl(Try::Tiny)
+Requires:   perl(Try::Tiny)
+Requires:   perl(TryCatch)
+Requires:   perl(autodie)
 %{perl_requires}
 
 %description
@@ -88,6 +87,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README README.md
+%doc Changes LICENSE README
 
 %changelog

++ Task-Kensho-Exceptions-0.36.tar.gz -> Task-Kensho-Exceptions-0.38.tar.gz 
++
 2276 lines of diff (skipped)




commit perl-Task-Kensho-Exceptions for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Exceptions for 
openSUSE:Factory checked in at 2014-03-18 14:16:48

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new (New)


Package is "perl-Task-Kensho-Exceptions"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions/perl-Task-Kensho-Exceptions.changes
  2014-02-24 15:53:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new/perl-Task-Kensho-Exceptions.changes
 2014-03-18 14:16:49.0 +0100
@@ -2 +2 @@
-Mon Feb 24 06:07:49 UTC 2014 - co...@suse.com
+Mon Mar 17 13:12:08 UTC 2014 - co...@suse.com
@@ -4 +4,4 @@
-- updated to 0.35
+- updated to 0.36
+  - fix pod markup error in main Task::Kensho distribution
+  - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+WebDev

Old:

  Task-Kensho-Exceptions-0.35.tar.gz

New:

  Task-Kensho-Exceptions-0.36.tar.gz



Other differences:
--
++ perl-Task-Kensho-Exceptions.spec ++
--- /var/tmp/diff_new_pack.LeUJi8/_old  2014-03-18 14:16:49.0 +0100
+++ /var/tmp/diff_new_pack.LeUJi8/_new  2014-03-18 14:16:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Task-Kensho-Exceptions
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Task-Kensho-Exceptions
 Summary:A Glimpse at an Enlightened Perl: Exception Handling
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(TryCatch)
 BuildRequires:  perl(autodie)
@@ -47,10 +47,9 @@
 meaning "seeing one's nature"[1] or "true self."[2] It generally
 "refers to the realization of nonduality of subject and object."[3]
 
-the Task::Kensho manpage is a first cut at building a list of recommended
-modules for Enlightened Perl development. CPAN is wonderful, but there are
-too many wheels and you have to pick and choose amongst the various
-competing technologies.
+the Task::Kensho manpage is a list of recommended modules for Enlightened
+Perl development. CPAN is wonderful, but there are too many wheels and you
+have to pick and choose amongst the various competing technologies.
 
 The plan is for the Task::Kensho manpage to be a rough testing ground for
 ideas that go into among other things the Enlightened Perl Organisation

++ Task-Kensho-Exceptions-0.35.tar.gz -> Task-Kensho-Exceptions-0.36.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-Exceptions-0.35/Build.PL 
new/Task-Kensho-Exceptions-0.36/Build.PL
--- old/Task-Kensho-Exceptions-0.35/Build.PL2014-01-30 20:27:11.0 
+0100
+++ new/Task-Kensho-Exceptions-0.36/Build.PL2014-03-08 19:55:46.0 
+0100
@@ -1,4 +1,4 @@
 # This Build.PL for Task-Kensho-Exceptions was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
 use 5.006;
-use Module::Build::Tiny 0.034;
+use Module::Build::Tiny 0.035;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-Exceptions-0.35/Changes 
new/Task-Kensho-Exceptions-0.36/Changes
--- old/Task-Kensho-Exceptions-0.35/Changes 2014-01-30 20:27:11.0 
+0100
+++ new/Task-Kensho-Exceptions-0.36/Changes 2014-03-08 19:55:46.0 
+0100
@@ -1,5 +1,10 @@
 Revision history for Task-Kensho-Exceptions
 
+0.36  2014-03-08
+  - fix pod markup error in main Task::Kensho distribution
+  - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+WebDev
+
 0.35  2014-01-30
   - updated recommendations for Async, CLI, ModuleDev, Scalability,
 WebDev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-Exceptions-0.35/LICENSE 
new/Task-Kensho-Exceptions-0.36/LICENSE
--- old/Task-Kensho-Exceptions-0.35/LICENSE 2014-01-30 20:27:11.0 
+0100
+++ new/Task-Kensho-Exceptions-0.36/LICENSE 2014-03-08 19:55:46.0 
+0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task

commit perl-Task-Kensho-Exceptions for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Exceptions for 
openSUSE:Factory checked in at 2014-02-24 15:53:02

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new (New)


Package is "perl-Task-Kensho-Exceptions"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Exceptions/perl-Task-Kensho-Exceptions.changes
  2012-01-09 11:16:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Exceptions.new/perl-Task-Kensho-Exceptions.changes
 2014-02-24 15:53:03.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 06:07:49 UTC 2014 - co...@suse.com
+
+- updated to 0.35
+
+---

Old:

  Task-Kensho-Exceptions-0.28.tar.gz

New:

  Task-Kensho-Exceptions-0.35.tar.gz



Other differences:
--
++ perl-Task-Kensho-Exceptions.spec ++
--- /var/tmp/diff_new_pack.xzPB5q/_old  2014-02-24 15:53:04.0 +0100
+++ /var/tmp/diff_new_pack.xzPB5q/_new  2014-02-24 15:53:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Exceptions
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,48 +17,78 @@
 
 
 Name:   perl-Task-Kensho-Exceptions
-Version:0.28
+Version:0.35
 Release:0
 %define cpan_name Task-Kensho-Exceptions
-Summary:A Glimpse at an Enlightened Perl (Exceptions)
-License:GPL-1.0+ or Artistic-1.0
+Summary:A Glimpse at an Enlightened Perl: Exception Handling
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Task-Kensho-Exceptions/
-#Source: 
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Exceptions-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(TryCatch)
-Requires:   perl(TryCatch)
-Requires:   perl(Try::Tiny)
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(version)
+Recommends: perl(autodie)
+Recommends: perl(TryCatch)
+Recommends: perl(Try::Tiny)
 %{perl_requires}
 
 %description
-sorry, no description found
+From the http://en.wikipedia.org/wiki/Kensho manpage:
+
+Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences -
+most commonly used within the confines of Zen Buddhism - literally
+meaning "seeing one's nature"[1] or "true self."[2] It generally
+"refers to the realization of nonduality of subject and object."[3]
+
+the Task::Kensho manpage is a first cut at building a list of recommended
+modules for Enlightened Perl development. CPAN is wonderful, but there are
+too many wheels and you have to pick and choose amongst the various
+competing technologies.
+
+The plan is for the Task::Kensho manpage to be a rough testing ground for
+ideas that go into among other things the Enlightened Perl Organisation
+Extended Core (EPO-EC).
+
+The modules that are bundled by the Task::Kensho manpage are broken down
+into several categories and are still being considered. They are all taken
+from various top 100 most used perl modules lists and from discussions with
+various subject matter experts in the Perl Community. That said, this
+bundle does _not_ follow the guidelines established for the EPO-EC for peer
+review via industry advisers.
+
+Starting in 2011, the Task::Kensho manpage split its sub-groups of modules
+into individually-installable tasks. Each the Task::Kensho manpage sub-task
+is listed at the beginning of its section in this documentation.
+
+When installing the Task::Kensho manpage itself, you will be asked to
+install each sub-task in turn, or you can install individual tasks
+separately. These individual tasks will always install all their modules by
+default. This facilitates the ease and simplicity the distribution aims to
+achieve.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build inst