Hello community,
here is the log from the commit of package perl-Class-Accessor for
openSUSE:Factory
checked in at Wed Aug 24 14:03:55 CEST 2011.
--------
--- perl-Class-Accessor/perl-Class-Accessor.changes 2010-11-30
20:23:59.000000000 +0100
+++
/mounts/work_src_done/STABLE/perl-Class-Accessor/perl-Class-Accessor.changes
2011-08-22 11:17:52.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 22 09:16:51 UTC 2011 - [email protected]
+
+- enhance the description
+- also package examples directory
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Accessor.spec ++++++
--- /var/tmp/diff_new_pack.U6XjK4/_old 2011-08-24 14:03:17.000000000 +0200
+++ /var/tmp/diff_new_pack.U6XjK4/_new 2011-08-24 14:03:17.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Class-Accessor (Version 0.34)
+# spec file for package perl-Class-Accessor
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -22,7 +22,7 @@
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Automated accessor generation
Version: 0.34
-Release: 7
+Release: 12
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dists/Class-Accessor
@@ -37,9 +37,16 @@
Provides: %{cpan_name}
%description
-This module automatically generates accessor/mutators for your class.
+This module automatically generates accessor/mutators for your class. Most of
+the time, writing accessors is an exercise in cutting and pasting.
- Authors: Michael G Schwern <[email protected]>
+If you make your module a subclass of Class::Accessor and declare your accessor
+fields with mk_accessors() then you'll find yourself with a set of
+automatically generated accessors which can even be customized!
+
+Authors:
+--------
+ Michael G Schwern <[email protected]>
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -61,6 +68,6 @@
%files -f %{name}.files
%defattr(-,root,root)
-%doc Changes README
+%doc Changes README examples
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]