Accepting request 249519 from devel:languages:perl

- updated to 0.38
           - 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)

OBS-URL: https://build.opensuse.org/request/show/249519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Task-Kensho-ModuleDev?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2014-09-19 20:27:38 +00:00 committed by Git OBS Bridge
commit 61d394893c
4 changed files with 43 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:445c996bbd74059d1bffe09436ab2e3c50005596976e726e7fb3f47a4c2d9aa4
size 22153

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9043904fc7d67916a33dde69e606933ecc6b89e7680937c61ece7f189263439
size 24252

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 16 08:07:56 UTC 2014 - coolo@suse.com
- updated to 0.38
- 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)
-------------------------------------------------------------------
Sat Mar 22 19:05:00 UTC 2014 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Task-Kensho-ModuleDev
Version: 0.36
Version: 0.38
Release: 0
%define cpan_name Task-Kensho-ModuleDev
Summary: A Glimpse at an Enlightened Perl: Module Development
@ -30,29 +30,31 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Uploader)
BuildRequires: perl(Carp::Always)
BuildRequires: perl(Data::Printer)
BuildRequires: perl(Devel::Confess)
BuildRequires: perl(Devel::Dwarn)
BuildRequires: perl(Devel::NYTProf)
BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(Modern::Perl)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl(Module::Build::Tiny) >= 0.038
BuildRequires: perl(Perl::Critic)
BuildRequires: perl(Perl::Tidy)
BuildRequires: perl(Perl::Version)
BuildRequires: perl(Pod::Readme)
BuildRequires: perl(Software::License)
BuildRequires: perl(version)
Recommends: perl(Carp::Always)
Recommends: perl(CPAN::Uploader)
Recommends: perl(Devel::NYTProf)
Recommends: perl(Dist::Zilla)
Recommends: perl(Modern::Perl)
Recommends: perl(Module::Build::Tiny)
Recommends: perl(Perl::Critic)
Recommends: perl(Perl::Tidy)
Recommends: perl(Perl::Version)
Recommends: perl(Pod::Readme)
Recommends: perl(Software::License)
Requires: perl(CPAN::Uploader)
Requires: perl(Data::Printer)
Requires: perl(Devel::Confess)
Requires: perl(Devel::Dwarn)
Requires: perl(Devel::NYTProf)
Requires: perl(Dist::Zilla)
Requires: perl(Modern::Perl)
Requires: perl(Module::Build::Tiny)
Requires: perl(Perl::Critic)
Requires: perl(Perl::Tidy)
Requires: perl(Perl::Version)
Requires: perl(Pod::Readme)
Requires: perl(Software::License)
%{perl_requires}
%description
@ -63,10 +65,9 @@ From the http://en.wikipedia.org/wiki/Kensho manpage:
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
@ -105,6 +106,6 @@ achieve.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README README.md
%doc Changes LICENSE README weaver.ini
%changelog