public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Eval-WithLexicals] epel10: Initial import
Date: Wed, 05 Aug 2026 10:08:17 GMT [thread overview]
Message-ID: <178592449717.1.1031868819384483316.rpms-perl-Eval-WithLexicals-bb0c9a1e30ed@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Eval-WithLexicals
Branch : epel10
Commit : bb0c9a1e30ed995f58ca096090ef72059b5f13cb
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2016-01-04T11:57:29+01:00
Stats : +58/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Eval-WithLexicals/c/bb0c9a1e30ed995f58ca096090ef72059b5f13cb?branch=epel10
Log:
Initial import
---
diff --git a/.gitignore b/.gitignore
index e69de29..ffe644b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Eval-WithLexicals-1.003005.tar.gz
diff --git a/perl-Eval-WithLexicals.spec b/perl-Eval-WithLexicals.spec
new file mode 100644
index 0000000..2fc0c6b
--- /dev/null
+++ b/perl-Eval-WithLexicals.spec
@@ -0,0 +1,56 @@
+Name: perl-Eval-WithLexicals
+Version: 1.003005
+Release: 1%{?dist}
+Summary: Pure Perl eval with persistent lexical variables
+License: GPL+ or Artistic
+URL: http://search.cpan.org/dist/Eval-WithLexicals/
+Source0: http://www.cpan.org/authors/id/H/HA/HAARG/Eval-WithLexicals-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: sed
+# Run-time
+BuildRequires: perl(B)
+BuildRequires: perl(Moo) >= 0.009006
+BuildRequires: perl(Moo::Role)
+BuildRequires: perl(Sub::Quote)
+# Tests
+BuildRequires: perl(lib)
+BuildRequires: perl(strictures) >= 1
+BuildRequires: perl(Test::More) >= 0.94
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: perl(Moo) >= 0.009006
+
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Moo\\)$
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n Eval-WithLexicals-%{version}
+sed -i -e '1s|#!/usr/bin/env perl|#!perl|' bin/tinyrepl
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{_bindir}/*
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Dec 16 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.003005-1
+- Initial release
diff --git a/sources b/sources
index e69de29..f8812d3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+680144c11a117b32fd4d1ca7054a55f6 Eval-WithLexicals-1.003005.tar.gz
reply other threads:[~2026-08-05 10:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178592449717.1.1031868819384483316.rpms-perl-Eval-WithLexicals-bb0c9a1e30ed@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox