Initial package import

This commit is contained in:
2025-10-16 09:53:39 +01:00
parent 88a6a49c5c
commit cfb71d28d5
2 changed files with 8 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 4 10:05:02 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- Remove unused file:
* cpanspec.yml
-------------------------------------------------------------------
Sat Jul 31 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
+2 -3
View File
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Data-Inheritable
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,6 @@ Summary: Inheritable, overridable class data
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -51,7 +50,7 @@ The interesting part happens when a class inherits from Pere::Ubu:
package Raygun;
use base qw(Pere::Ubu);
# Raygun's suitcase is Red.
$suitcase = Raygun->Suitcase;