]> git.pld-linux.org Git - packages/perl-Module-Pluggable-Ordered.git/commitdiff
- pl summary, kill perldoc formatting
authorankry <ankry@pld-linux.org>
Thu, 9 Dec 2004 14:11:15 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Module-Pluggable-Ordered.spec -> 1.2

perl-Module-Pluggable-Ordered.spec

index 2e6b9c4c2fd98ee2505e1a64fb5cb908ed96c874..09214acd0568ea194900a4fcf614134815d70037 100644 (file)
@@ -5,8 +5,8 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Module
 %define        pnam    Pluggable-Ordered
-Summary:       Module::Pluggable::Ordered - Call module plugins in a specified order
-#Summary(pl):  
+Summary:       Module::Pluggable::Ordered - call module plugins in a specified order
+Summary(pl):   Module::Pluggable::Ordered - wywo³ywanie modu³ów-wtyczek w zadanej kolejno¶ci
 Name:          perl-Module-Pluggable-Ordered
 Version:       1.4
 Release:       1
@@ -25,19 +25,19 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module behaves exactly the same as C<Module::Pluggable>, supporting
-all of its options, but also mixes in the C<call_plugins> method to your
-class. C<call_plugins> acts a little like C<Class::Trigger>; it takes the
+This module behaves exactly the same as Module::Pluggable, supporting
+all of its options, but also mixes in the call_plugins method to your
+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);
 
-C<call_plugins> looks at the plugin modules found using C<Module::Pluggable> 
-for ones which provide C<my_method_order>. It sorts the modules
+call_plugins looks at the plugin modules found using Module::Pluggable 
+for ones which provide my_method_order. It sorts the modules
 numerically based on the result of this method, and then calls
-C<$_-E<gt>my_method(@something)> on them in order. This produces an
-effect a little like the System V init process, where files can specify
-where in the init sequence they want to be called.
+$my_method(@something) on them in order. This produces an effect a
+little like the System V init process, where files can specify where in
+the init sequence they want to be called.
 
 # %description -l pl
 # TODO
This page took 0.100426 seconds and 4 git commands to generate.