diff --git a/Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.007.tar.gz b/Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.007.tar.gz deleted file mode 100644 index 54855b1..0000000 --- a/Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.007.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f89514317348b22ef0010f2a82a1699d5c4a99b3f0021ed18c82a0c657f3cd8 -size 14363 diff --git a/Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.008.tar.gz b/Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.008.tar.gz new file mode 100644 index 0000000..d4d3f93 --- /dev/null +++ b/Perl-Critic-Policy-Variables-ProhibitLoopOnHash-0.008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f5f0be96ea1bdc7828058577bd1c5c63ca23c17fac9c3709452b3dff5b84e0 +size 14416 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.changes b/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.changes index f492a25..847d03a 100644 --- a/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.changes +++ b/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 23 05:21:43 UTC 2019 - Stephan Kulow + +- updated to 0.008 + see /usr/share/doc/packages/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash/Changes + + 0.008 2019-04-22 16:44:54+03:00 Asia/Jerusalem + + * GH #3: Some typo fixed. (Jakub Wilk) + ------------------------------------------------------------------- Wed Apr 3 07:51:39 UTC 2019 - Stephan Kulow diff --git a/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.spec b/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.spec index 1a97343..c27456b 100644 --- a/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.spec +++ b/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash.spec @@ -17,7 +17,7 @@ Name: perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash -Version: 0.007 +Version: 0.008 Release: 0 %define cpan_name Perl-Critic-Policy-Variables-ProhibitLoopOnHash Summary: Don't write loops on hashes, only on keys and values of hashes @@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -53,7 +54,7 @@ An effort is made to detect expressions: action() for %{ $hash{'stuff'} } ? keys %{ $hash{'stuff'} } : (); # ok (Granted, the second example there doesn't make much sense, but I have -found a variationo of it in real code.) +found a variation of it in real code.) %prep %setup -q -n %{cpan_name}-%{version}