8
0

Accepting request 242343 from devel:languages:perl

- updated to 0.003
     [Added]
 
     - new ArrayRefOfStringlike, ArrayRefOfStringable types to facilitate
       coercion of lists

OBS-URL: https://build.opensuse.org/request/show/242343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MooseX-Types-Stringlike?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2014-07-26 07:42:08 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9324f5407e3f77099687a11524300f7c6e6d8f2fe533e8c3ca116606f73ae0a1
size 12013

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ee349ec5c529a6f347f42ff640e47b245564b93cca305df63c7821f5b55cf19
size 13510

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 25 09:32:03 UTC 2014 - coolo@suse.com
- updated to 0.003
[Added]
- new ArrayRefOfStringlike, ArrayRefOfStringable types to facilitate
coercion of lists
-------------------------------------------------------------------
Mon Nov 25 07:39:31 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Stringlike
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
Name: perl-MooseX-Types-Stringlike
Version: 0.002
Version: 0.003
Release: 0
%define cpan_name MooseX-Types-Stringlike
Summary: Moose type constraints for strings or string-like objects
@@ -33,9 +33,7 @@ BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(MooseX::Types::Stringlike)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Spelling) >= 0.12
BuildRequires: perl(version)
Requires: perl(MooseX::Types)
Requires: perl(MooseX::Types::Moose)
%{perl_requires}