f38
Jitka Plesnikova 7 years ago
parent fc88b12000
commit 5e9adf7836

1
.gitignore vendored

@ -1 +1,2 @@
/String-CamelCase-0.02.tar.gz
/String-CamelCase-0.03.tar.gz

@ -1,28 +0,0 @@
On Fri Feb 03 01:25:56 2017, TODDR wrote:
> oops! push not pop
>
HIO,
This library is a prerequisite for other CPAN distributions such as
DBIx-Class-Schema-Loader. Those other distributions will not work with
perl-5.26.0 unless this distribution works with that upcoming release. So if
you could review the patch, apply as needed and generate a new CPAN release,
that would be great!
Thank you very much.
Jim Keenan
diff --git a/Makefile.PL b/Makefile.PL
index 19d495e..ac78b9a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,8 @@
use strict;
use warnings;
use ExtUtils::MakeMaker;
+
+BEGIN { push @INC, "." }
use inc::ExtUtils::MY_Metafile qw(my_metafile);
my_metafile {

@ -1,16 +1,14 @@
Name: perl-String-CamelCase
Version: 0.02
Release: 16%{?dist}
Version: 0.03
Release: 1%{?dist}
Summary: Convert underscore_text to CamelCase and back
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/String-CamelCase/
Source0: http://www.cpan.org/authors/id/H/HI/HIO/String-CamelCase-%{version}.tar.gz
# Fix building on Perl without "." in @INC, CPAN RT#120079
Patch0: String-CamelCase-0.02-inc.patch
BuildArch: noarch
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(vars)
@ -31,7 +29,6 @@ back again.
%prep
%setup -q -n String-CamelCase-%{version}
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -50,6 +47,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Sep 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-1
- 0.03 bump
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.02-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
74885aa8756fda9ff039c350214a4c09 String-CamelCase-0.02.tar.gz
SHA512 (String-CamelCase-0.03.tar.gz) = dda73a86e6d0b9e2f5fb6095a3c878c7240509aad0474420c0937585961ed2d4629de946417f2946d7f2b568083864e35076e9664e404421d909d3ee91286d5d

Loading…
Cancel
Save