forked from pool/perl-MooseX-Types-LoadableClass
- updated to 0.013
- switch from Class::Load to Module::Runtime for loading modules OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Types-LoadableClass?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
1a89f48eb7
commit
e594a43f1d
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1d2b186c2b69f416bb0c9271dc8692c2287c2f6ce144cc3b9b2c922427060df
|
||||
size 20629
|
3
MooseX-Types-LoadableClass-0.013.tar.gz
Normal file
3
MooseX-Types-LoadableClass-0.013.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b80a0e82a2c61c4744ef9aec30e3397c2d674c320bcd884be84d99dc8785628f
|
||||
size 28140
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 13:13:01 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.013
|
||||
- switch from Class::Load to Module::Runtime for loading modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 07:35:16 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Types-LoadableClass
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-MooseX-Types-LoadableClass
|
||||
Version: 0.012
|
||||
Version: 0.013
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Types-LoadableClass
|
||||
Summary: ClassName type constraint with coercion to load the class.
|
||||
@@ -30,7 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Load)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.030
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Role)
|
||||
@@ -38,13 +38,9 @@ BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(MooseX::Types)
|
||||
BuildRequires: perl(MooseX::Types::Moose)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
#BuildRequires: perl(MooseX::Types::LoadableClass)
|
||||
#BuildRequires: perl(Pod::Wordlist)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(Test::NoTabs)
|
||||
#BuildRequires: perl(Test::Spelling) >= 0.12
|
||||
Requires: perl(Class::Load)
|
||||
BuildRequires: perl(namespace::clean)
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
Requires: perl(MooseX::Types)
|
||||
|
Reference in New Issue
Block a user