forked from pool/perl-autovivification
Accepting request 197098 from home:WernerFink:branches:devel:languages:perl
Warning: currently www.cpan.org is not reachable therefore download service may not work OBS-URL: https://build.opensuse.org/request/show/197098 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autovivification?expand=0&rev=5
This commit is contained in:
parent
eddcccc3a9
commit
dcb5b9256c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6bcd35527ae614cfcdec9c4c6fbac4a381640ff707d4b2a1c5ee083cffc1854
|
||||
size 36998
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5be60813eefea0cc765e973528d79135a126d5927f61a127ff2cbafbfe1446ee
|
||||
size 37874
|
3
autovivification-0.11.tar.gz
Normal file
3
autovivification-0.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b52513ff0e523bafa9dbcf0b7bf3c8d7e438daeeff48b9b2ab09dd5bcbb7ed9f
|
||||
size 38932
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 11:11:33 UTC 2013 - werner@suse.de
|
||||
|
||||
- Update to version 0.11
|
||||
+ Doc : POD tweaks and clarifications.
|
||||
+ Tst : Threads tests will not fail anymore if resources constraints
|
||||
prevent the system from creating all the required threads.
|
||||
+ Tst : Author tests overhaul.
|
||||
+ Fix : The pragma no longer vivifies the "autovivification" entry
|
||||
in the hints hash %^H on perl 5.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 07:46:21 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-autovivification (Version 0.09)
|
||||
# spec file for package perl-autovivification
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,14 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-autovivification
|
||||
Version: 0.09
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
%define cpan_name autovivification
|
||||
Summary: Lexically disable autovivification.
|
||||
Url: http://search.cpan.org/dist/autovivification/
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/autovivification/
|
||||
Source: http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user