Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory
checked in at Mon Aug 8 15:53:22 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
        2011-06-01 09:30:01.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Wed Jun  1 07:28:10 UTC 2011 - co...@novell.com
+
+- updated to 1.004
+  - avoid calling a method on undef (i.e., cope with PPI doing surprising
+    things)
+  - fix a bug that caused things like "within" and "trextends" to trigger
+    the Moose scanner
+  - fix rt#61608 - missing description in whatisentry for TestMore.pm
+
+-------------------------------------------------------------------
+Mon Jan 17 20:23:12 UTC 2011 - co...@novell.com
+
+- initial package 1.001
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:
----
  Perl-PrereqScanner-1.004.tar.gz
  perl-Perl-PrereqScanner.changes
  perl-Perl-PrereqScanner.spec

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

Other differences:
------------------
++++++ perl-Perl-PrereqScanner.spec ++++++
#
# spec file for package perl-Perl-PrereqScanner
#
# 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-Perl-PrereqScanner
Version:        1.004
Release:        1
License:        GPL+ or Artistic
%define cpan_name Perl-PrereqScanner
Summary:        a tool to scan your Perl code for its prerequisites
Url:            http://search.cpan.org/dist/Perl-PrereqScanner/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(Moose)
BuildRequires:  perl(Moose::Role)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(PPI) >= 1.205
BuildRequires:  perl(PPI::Document)
BuildRequires:  perl(String::RewritePrefix) >= 0.005
BuildRequires:  perl(Test::More) >= 0.96
BuildRequires:  perl(Try::Tiny)
BuildRequires:  perl(Version::Requirements) >= 0.100630
Requires:       perl(List::MoreUtils)
Requires:       perl(Moose)
Requires:       perl(Moose::Role)
Requires:       perl(namespace::autoclean)
Requires:       perl(Params::Util)
Requires:       perl(PPI) >= 1.205
Requires:       perl(String::RewritePrefix) >= 0.005
Requires:       perl(Version::Requirements) >= 0.100630
%{perl_requires}

%description
The scanner will extract loosely your distribution prerequisites from your
files.

The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:

* *

  plain lines beginning with 'use' or 'require' in your perl modules and
  scripts, including minimum perl version

* *

  regular inheritance declared with the 'base' and 'parent' pragmata

* *

  the Moose manpage inheritance declared with the 'extends' keyword

* *

  the Moose manpage roles included with the 'with' keyword

It will trim the following pragamata: 'strict', 'warnings', and 'lib'.
'base' is trimmed unless a specific version is required. 'parent' is kept,
since it's only recently become a core library.

%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 LICENSE README

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to