Sync from SUSE:SLFO:Main perl-Devel-Cycle revision 3330c8a7daabc361db2c089b9b130898

This commit is contained in:
Adrian Schröter 2024-10-03 17:47:19 +02:00
parent 9b6bef0414
commit 26242ed817
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 12:45:52 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 17:31:19 UTC 2015 - coolo@suse.com Thu Apr 16 17:31:19 UTC 2015 - coolo@suse.com

View File

@ -40,9 +40,7 @@ objects and other types of references. Because of Perl's reference-count
based memory management, circular references will cause memory leaks. based memory management, circular references will cause memory leaks.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -p0 -n %{cpan_name}-%{version}
%patch0
%patch1
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor