Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
028aa4746d | |||
e3a69cf12b | |||
516001a205 |
BIN
Class-Data-Inheritable-0.09.tar.gz
(Stored with Git LFS)
BIN
Class-Data-Inheritable-0.09.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Class-Data-Inheritable-0.10.tar.gz
(Stored with Git LFS)
Normal file
BIN
Class-Data-Inheritable-0.10.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 05:32:14 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.100.0 (0.10)
|
||||||
|
see /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes
|
||||||
|
|
||||||
|
0.10 Thu Oct 24 01:40:24 UTC 2024
|
||||||
|
- don't use vars, use our (thanks haarg)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 31 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Sat Jul 31 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Data-Inheritable
|
# spec file for package perl-Class-Data-Inheritable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,21 @@
|
|||||||
|
|
||||||
%define cpan_name Class-Data-Inheritable
|
%define cpan_name Class-Data-Inheritable
|
||||||
Name: perl-Class-Data-Inheritable
|
Name: perl-Class-Data-Inheritable
|
||||||
Version: 0.09
|
Version: 0.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Inheritable, overridable class data
|
# 0.10 -> normalize -> 0.100.0
|
||||||
|
%define cpan_version 0.10
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Inheritable, overridable class data
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Class::Data::Inheritable) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,7 +56,7 @@ The interesting part happens when a class inherits from Pere::Ubu:
|
|||||||
|
|
||||||
package Raygun;
|
package Raygun;
|
||||||
use base qw(Pere::Ubu);
|
use base qw(Pere::Ubu);
|
||||||
|
|
||||||
# Raygun's suitcase is Red.
|
# Raygun's suitcase is Red.
|
||||||
$suitcase = Raygun->Suitcase;
|
$suitcase = Raygun->Suitcase;
|
||||||
|
|
||||||
@@ -79,7 +84,7 @@ longer effect Raygun.
|
|||||||
Pere::Ubu->Suitcase('Samsonite');
|
Pere::Ubu->Suitcase('Samsonite');
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user