You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-ExtUtils-CChecker-0.08-2.fc19.noarch
Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existence of these requirements before attempting to actually build the module.
RPMPackage perl-ExtUtils-CBuilder-0.28.2.6-266.fc19.noarch
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well.
RPMPackage perl-Exporter-Tiny-0.042-1.lbn19.noarch
Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior.
RPMPackage perl-Exporter-Declare-0.109-1.fc19.noarch
Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection.
RPMPackage perl-Expect-1.21-14.fc19.noarch
This module provides Expect-like functionality to Perl. Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc.
RPMPackage perl-Event-Lib-1.03-20.fc19.armv6hl
This module is a Perl wrapper around libevent(3) as available from http://monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received.
RPMPackage perl-Event-Lib-1.03-20.fc19.x86_64
This module is a Perl wrapper around libevent(3) as available from http://monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received.
RPMPackage perl-Event-1.21-2.fc19.armv6hl
The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.
RPMPackage perl-Event-1.21-2.fc19.x86_64
The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.
RPMPackage perl-Eval-Context-0.09.11-4.fc19.noarch
This module defines a subroutine that let you evaluate Perl code in a specific context. The code can be passed directly as a string or as a file name to read from. It also provides some subroutines to let you define and optionally share variables and subroutines between your code and the code you wish to evaluate. Finally there is some support for running your code in a safe compartment.
RPMPackage perl-Eval-Closure-0.08-4.fc19.noarch
String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it's easy to miss compilation errors, since eval catches them and sticks them in $@ instead. This module attempts to solve these problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. Compilation errors are rethrown automatically.
RPMPackage perl-Error-0.17020-1.fc19.noarch
The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.
RPMPackage perl-Env-Sanctify-1.06-4.lbn19.noarch
Env::Sanctify is a module that provides lexically-scoped manipulation and sanctification of %ENV. You can specify that it alter or add additional environment variables or remove existing ones according to a list of matching regexen. You can then either restore the environment back manually or let the object fall out of scope, which automagically restores. It's useful for manipulating the environment that forked processes and sub-processes will inherit.
RPMPackage perl-Encode-Locale-1.03-5.fc19.noarch
In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world is still byte based. Programs therefore needs to decode byte strings that enter the program from the outside and encode them again on the way out.
RPMPackage perl-Encode-Detect-1.01-11.fc19.x86_64
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.
RPMPackage perl-Encode-2.54-2.lbn19.x86_64
The Encode module provides the interface between Perl strings and the rest of the system. Perl strings are sequences of characters.
RPMPackage perl-Encode-2.51-1.fc19.armv6hl
The Encode module provides the interface between Perl strings and the rest of the system. Perl strings are sequences of characters.
RPMPackage perl-Email-Date-Format-1.002-15.fc19.noarch
This module can be used to emit RFC 2822 style date strings.
RPMPackage perl-EV-4.11-2.fc19.armv6hl
This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the included documentation is comprehensive, one might also consult the documentation of libev itself (<http://cvs.schmorp.de/libev/ev.html>) for more subtle details on watcher semantics or some discussion on the available backends, or how to force a specific backend with "LIBEV_FLAGS", or just about in any case because it has much more detailed information.
RPMPackage perl-EV-4.11-2.fc19.x86_64
This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the included documentation is comprehensive, one might also consult the documentation of libev itself (<http://cvs.schmorp.de/libev/ev.html>) for more subtle details on watcher semantics or some discussion on the available backends, or how to force a specific backend with "LIBEV_FLAGS", or just about in any case because it has much more detailed information.