SPECS: perl-Module-Pluggable-Ordered.spec - rel 3: R: perl-dirs >=...

glen glen at pld-linux.org
Fri Aug 25 00:39:07 CEST 2006


Author: glen                         Date: Thu Aug 24 22:39:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3: R: perl-dirs >= 1.0-5 for vendorlib/Module/Pluggable

---- Files affected:
SPECS:
   perl-Module-Pluggable-Ordered.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/perl-Module-Pluggable-Ordered.spec
diff -u SPECS/perl-Module-Pluggable-Ordered.spec:1.4 SPECS/perl-Module-Pluggable-Ordered.spec:1.5
--- SPECS/perl-Module-Pluggable-Ordered.spec:1.4	Mon Nov  7 15:17:37 2005
+++ SPECS/perl-Module-Pluggable-Ordered.spec	Fri Aug 25 00:39:02 2006
@@ -10,7 +10,7 @@
 Summary(pl):	Module::Pluggable::Ordered - wywoływanie modułów-wtyczek w zadanej kolejności
 Name:		perl-Module-Pluggable-Ordered
 Version:	1.4
-Release:	2
+Release:	3
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -22,6 +22,7 @@
 BuildRequires:	perl-Module-Pluggable >= 1.9
 BuildRequires:	perl-UNIVERSAL-require
 %endif
+Requires:	perl-dirs >= 1.0-5
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,7 +32,7 @@
 class. call_plugins acts a little like Class::Trigger; it takes the
 name of a method, and some parameters. Let's say we call it like so:
 
-    __PACKAGE__->call_plugins("my_method", @something);
+__PACKAGE__->call_plugins("my_method", @something);
 
 call_plugins looks at the plugin modules found using Module::Pluggable
 for ones which provide my_method_order. It sorts the modules
@@ -46,7 +47,7 @@
 call_plugins. call_plugins zachowuje się jak Class::Trigger; przyjmuje
 nazwę metody i parametry. W przypadku wywołania powiedzmy:
 
-    __PACKAGE__->call_plugins("my_method", @something);
+__PACKAGE__->call_plugins("my_method", @something);
 
 call_plugins przeszukuje moduły wtyczek znalezione przy użyciu
 Module::Pluggable pod kątem tych, które dostarczają my_method_order.
@@ -86,6 +87,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/08/24 22:39:02  glen
+- rel 3: R: perl-dirs >= 1.0-5 for vendorlib/Module/Pluggable
+
 Revision 1.4  2005/11/07 14:17:37  migo
 - require UNIVERSAL-require instead of UNIVERSAL-exports
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Module-Pluggable-Ordered.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list