.gear/rules | 3 + .../tags/fbc5590f98ccb37e9f677d4262b947add51d377a | 10 ++++ .gear/tags/list | 1 + .gear/upstream/remotes | 3 + Makefile.PL | 1 - altlinux/perl-strictures.spec | 64 ++++++++++++++++++++++ 6 files changed, 81 insertions(+), 1 deletion(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..12aab60 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,3 @@ +tar: v@version@:. +diff: v@version@:. . +spec: altlinux/perl-strictures.spec diff --git a/.gear/tags/fbc5590f98ccb37e9f677d4262b947add51d377a b/.gear/tags/fbc5590f98ccb37e9f677d4262b947add51d377a new file mode 100644 index 0000000..c995728 --- /dev/null +++ b/.gear/tags/fbc5590f98ccb37e9f677d4262b947add51d377a @@ -0,0 +1,10 @@ +object a767ae10f6fae40e1a2f8b20bb43fcc2a53f006e +type commit +tag v2.000006 +tagger Graham Knop 1552255701 +0100 + +release v2.000006 + + - update internal list of warnings for categories added in blead (v5.29.9) + - fix extras test to avoid any files in the temp directory's parent + directories interfering (RT#128751) diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..11f31f4 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +fbc5590f98ccb37e9f677d4262b947add51d377a v2.000006 diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes new file mode 100644 index 0000000..38de939 --- /dev/null +++ b/.gear/upstream/remotes @@ -0,0 +1,3 @@ +[remote "upstream"] + fetch = +refs/heads/*:refs/remotes/upstream/* + url = git://git.shadowcat.co.uk/p5sagit/strictures.git diff --git a/Makefile.PL b/Makefile.PL index ef8d851..34b3c6a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -90,7 +90,6 @@ sub parse_args { ## BOILERPLATE ############################################################### require ExtUtils::MakeMaker; -(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; # have to do this since old EUMM dev releases miss the eval $VERSION line my $eumm_version = eval $ExtUtils::MakeMaker::VERSION; diff --git a/altlinux/perl-strictures.spec b/altlinux/perl-strictures.spec new file mode 100644 index 0000000..412a796 --- /dev/null +++ b/altlinux/perl-strictures.spec @@ -0,0 +1,64 @@ +%define _unpackaged_files_terminate_build 1 +Name: perl-strictures +Version: 2.000006 +Release: alt1 + +Summary: strictures - turn on strict and make all warnings fatal +Group: Development/Perl +License: Perl + +# Cloned from git://git.shadowcat.co.uk/p5sagit/strictures.git +Url: %CPAN strictures +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: perl-devel +BuildArch: noarch + +%description +%summary + +%prep +%setup -q +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes +%perl_vendor_privlib/strictures* + +%changelog +* Tue Mar 12 2019 Igor Vlasenko 2.000006-alt1 +- new version + +* Wed Apr 25 2018 Igor Vlasenko 2.000005-alt1 +- automated CPAN update + +* Thu May 26 2016 Igor Vlasenko 2.000003-alt1 +- automated CPAN update + +* Wed Nov 11 2015 Igor Vlasenko 2.000002-alt1 +- automated CPAN update + +* Thu Oct 15 2015 Igor Vlasenko 2.000001-alt1 +- automated CPAN update + +* Wed Dec 17 2014 Igor Vlasenko 1.005005-alt1 +- automated CPAN update + +* Mon Jun 30 2014 Igor Vlasenko 1.005004-alt1 +- automated CPAN update + +* Thu Jun 13 2013 Vladimir Lettiev 1.004004-alt1 +- 1.004002 -> 1.004004 + +* Wed Sep 12 2012 Vladimir Lettiev 1.004002-alt1 +- 1.002002 -> 1.004002 + +* Mon Oct 03 2011 Vladimir Lettiev 1.002002-alt1 +- initial build