Package : perl-Class-XSAccessor > RPM : perl-Class-XSAccessor-1.190.0-9.mga6.src.rpm

Basic items

Name perl-Class-XSAccessor
Version 1.190.0
Release 9.mga6
URL http://search.cpan.org/dist/Class-XSAccessor
Group Development/Perl
Summary Generate fast XS accessors without runtime compilation
Size 85KB
Arch i586
License GPL+ or Artistic

Description

Class::XSAccessor implements fast read, write and read/write accessors in
XS. Additionally, it can provide predicates such as 'has_foo()' for testing
whether the attribute 'foo' is defined in the object. It only works with
objects that are implemented as ordinary hashes. the
Class::XSAccessor::Array manpage implements the same interface for objects
that use arrays for their internal representation.

Since version 0.10, the module can also generate simple constructors
(implemented in XS) for you. Simply supply the 'constructor =>
'constructor_name'' option or the 'constructors => ['new', 'create',
'spawn']' option. These constructors do the equivalent of the following
perl code:

sub new {
my $class = shift;
return bless { @_ }, ref($class)||$class;
}

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-18 22:32:25
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie