Accepting request 426263 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/426263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Simple?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
e2487113be
commit
5091ee097f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:096d121c12565b871d5e8bd4acdf1e26632e520a248bcb911f983579fc8be5ce
|
|
||||||
size 14068
|
|
3
Object-Simple-3.1703.tar.gz
Normal file
3
Object-Simple-3.1703.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:347bad3bfa5e50a4d2c64172e9429bfd7bfc5cc1d3275996db11d3e4f576092a
|
||||||
|
size 14071
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 10 05:52:06 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 3.1703
|
||||||
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
||||||
|
|
||||||
|
3.1703 (2016-09-09)
|
||||||
|
- add FAQ "Really enough object-oriented programing with this few features?"
|
||||||
|
- add FAQ "What is benefits comparing with Mojo::Base?"
|
||||||
|
- add FAQ "Why Object::Simple is defferent from Mojo::Base in some points?"
|
||||||
|
- add Class::Tiny to SEE ALSO
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 3 05:47:03 UTC 2016 - coolo@suse.com
|
Sat Sep 3 05:47:03 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Object-Simple
|
Name: perl-Object-Simple
|
||||||
Version: 3.1702
|
Version: 3.1703
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Object-Simple
|
%define cpan_name Object-Simple
|
||||||
Summary: Simplest class builder, Mojo::Base porting, fast and less memory
|
Summary: Simplest class builder, Mojo::Base porting, fast and less memory
|
||||||
@@ -42,9 +42,9 @@ Mojo::Base is basic class builder in Mojolicious project. If you like
|
|||||||
Mojolicious, this is good choice. If you have known Mojo::Base, you learn
|
Mojolicious, this is good choice. If you have known Mojo::Base, you learn
|
||||||
nothing.
|
nothing.
|
||||||
|
|
||||||
'new' and accessor method is fast. Implementaion is pure perl and save
|
'new' and accessor method is *fast*. Implementation is pure perl and plain
|
||||||
instructions as possible. Memory is saved. Extra objects is not created at
|
old hash-base object. Memory is saved. Extra objects is not created at all.
|
||||||
all. Very light-weight object-oriented module.
|
Very light-weight object-oriented module.
|
||||||
|
|
||||||
Comparison with Class::Accessor::Fast
|
Comparison with Class::Accessor::Fast
|
||||||
|
|
||||||
@@ -78,6 +78,6 @@ is improved in this point.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user