[svn] r6166 - trunk/rpms/perl-Perl6-Export
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Feb 22 12:22:30 CET 2008
Author: dries
Date: 2008-02-22 12:22:28 +0100 (Fri, 22 Feb 2008)
New Revision: 6166
Modified:
trunk/rpms/perl-Perl6-Export/perl-Perl6-Export.spec
Log:
fix, thanks to Bill McGonigle
Modified: trunk/rpms/perl-Perl6-Export/perl-Perl6-Export.spec
===================================================================
--- trunk/rpms/perl-Perl6-Export/perl-Perl6-Export.spec 2008-02-21 11:59:09 UTC (rev 6165)
+++ trunk/rpms/perl-Perl6-Export/perl-Perl6-Export.spec 2008-02-22 11:22:28 UTC (rev 6166)
@@ -10,7 +10,7 @@
Summary: Implements the Perl 6 is export trait
Name: perl-Perl6-Export
Version: 0.07
-Release: 1.2
+Release: 2
License: Artistic
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Perl6-Export/
@@ -23,7 +23,12 @@
BuildRequires: perl(ExtUtils::MakeMaker)
%description
+This module prototypes the Perl 6 'exported' and 'exportable' traits
+in Perl 5.
+Instead of messing around with @EXPORT arrays, you just declare which subs
+are to be exported (or are exportable on request) as part of those subs.
+
%prep
%setup -n %{real_name}-%{version}
@@ -49,6 +54,9 @@
%{perl_vendorlib}/Perl6/Export.pm
%changelog
+* Thu Feb 21 2008 Dries Verachtert <dries at ulyssis.org> - 0.07-2
+- Fixed the description, thanks to Bill McGonigle.
+
* Wed Mar 22 2006 Dries Verachtert <dries at ulyssis.org> - 0.07-1.2
- Rebuild for Fedora Core 5.
More information about the svn-commits
mailing list