Hello community,

here is the log from the commit of package perl-Data-Visitor for 
openSUSE:Factory
checked in at Tue Jul 19 15:27:15 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Data-Visitor/perl-Data-Visitor.changes    
2011-07-14 13:19:20.000000000 +0200
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Thu Jul 14 10:35:45 UTC 2011 - [email protected]
+
+- regenerate with cpanspec
+
+-------------------------------------------------------------------
+Wed Dec  1 13:31:42 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:40 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Sat Jul 24 23:39:14 UTC 2010 - [email protected]
+
+- initial package (0.27)
+

calling whatdependson for head-i586


New:
----
  Data-Visitor-0.27.tar.gz
  perl-Data-Visitor.changes
  perl-Data-Visitor.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Data-Visitor.spec ++++++
#
# spec file for package perl-Data-Visitor
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Data-Visitor
Version:        0.27
Release:        1
License:        GPL+ or Artistic
%define cpan_name Data-Visitor
Summary:        Visitor style traversal of Perl data structures
Url:            http://search.cpan.org/dist/Data-Visitor/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Data::Alias)
BuildRequires:  perl(Moose) >= 0.89
BuildRequires:  perl(namespace::clean) >= 0.08
BuildRequires:  perl(ok)
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Test::use::ok)
BuildRequires:  perl(Tie::ToObject) >= 0.01
Requires:       perl(Moose) >= 0.89
Requires:       perl(namespace::clean) >= 0.08
Requires:       perl(Task::Weaken)
Requires:       perl(Test::use::ok)
Requires:       perl(Tie::ToObject) >= 0.01
%{perl_requires}

%description
This module is a simple visitor implementation for Perl values.

It has a main dispatcher method, 'visit', which takes a single perl value
and then calls the methods appropriate for that value.

It can recursively map (cloning as necessary) or just traverse most
structures, with support for per object behavior, circular structures,
visiting tied structures, and all ref types (hashes, arrays, scalars, code,
globs).

the Data::Visitor manpage is meant to be subclassed, but also ships with a
callback driven subclass, the Data::Visitor::Callback manpage.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to