]> git.pld-linux.org Git - packages/perl-Class-WhiteHole.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 09:13:26 +0000 (11:13 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 09:13:26 +0000 (11:13 +0200)
perl-Class-WhiteHole.spec

index 282f77eaf838f77a37daa70f20cfef7426c66894..6fbe3c745faf6e86ca8014275229f604df342d1b 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Class
 %define                pnam    WhiteHole
+%include       /usr/lib/rpm/macros.perl
 Summary:       Class::WhiteHole - prevent from inheriting AUTOLOAD
 Summary(pl.UTF-8):     Class::WhiteHole - ochrona przed dziedziczeniem AUTOLOAD
 Name:          perl-Class-WhiteHole
@@ -15,29 +15,30 @@ License:    GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 43b986ad7d5d186a9a43d2d69a2ef327
+URL:           http://search.cpan.org/dist/Class-WhiteHole/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Its possible to accidentally inherit an AUTOLOAD method.  Often this
-will happen if a class somewhere in the chain uses AutoLoader or defines
-one of their own.  This can lead to confusing error messages when method
-lookups fail.
+Its possible to accidentally inherit an AUTOLOAD method. Often this
+will happen if a class somewhere in the chain uses AutoLoader or
+defines one of their own. This can lead to confusing error messages
+when method lookups fail.
 
-Sometimes you want to avoid this accidental inheritance.  In that case,
-inherit from Class::WhiteHole.  All unhandled methods will produce normal
-Perl error messages.
+Sometimes you want to avoid this accidental inheritance. In that case,
+inherit from Class::WhiteHole. All unhandled methods will produce
+normal Perl error messages.
 
 %description -l pl.UTF-8
-Istnieje możliwość przypadkowego odziedziczenia metody AUTOLOAD.  Często
-zdarzy się to, gdy jedna z łańcucha klas stosuje AutoLoader lub definiuje
-własną.  Może to spowodować dziwne komunikaty błędów, gdy odszukanie metody
-nie powiedzie się.
+Istnieje możliwość przypadkowego odziedziczenia metody AUTOLOAD.
+Często zdarzy się to, gdy jedna z łańcucha klas stosuje AutoLoader lub
+definiuje własną. Może to spowodować dziwne komunikaty błędów, gdy
+odszukanie metody nie powiedzie się.
 
-Czasami chcesz uniknąć przypadkowego dziedziczenia.  W takim wypadku,
-odziedzicz po Class::WhiteHole.  Każde wywołanie nieistniejącej metody
+Czasami chcesz uniknąć przypadkowego dziedziczenia. W takim wypadku,
+odziedzicz po Class::WhiteHole. Każde wywołanie nieistniejącej metody
 spowoduje zwyczajną informację o błędzie Perla.
 
 %prep
This page took 0.074603 seconds and 4 git commands to generate.