You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-LWP-MediaTypes-6.02-2.fc19.noarch
This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types.
RPMPackage perl-JSON-XS-2.33-2.fc19.x86_64
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
RPMPackage perl-JSON-PP-2.27202-1.lbn19.noarch
JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and is compatible with JSON::XS.
RPMPackage perl-JSON-2.53-8.fc19.noarch
This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.
RPMPackage perl-Import-Into-1.002001-1.lbn19.noarch
Loading Import::Into creates a global method import::into which you can call on any package to import it into another package.
RPMPackage perl-Image-Xpm-1.09-20.fc19.noarch
This class module provides basic load, manipulate and save functionality for the xpm file format. It inherits from Image::Base which provides additional manipulation functionality.
RPMPackage perl-Image-Xbm-1.08-20.fc19.noarch
This class module provides basic load, manipulate and save functionality for the xbm file format. It inherits from Image::Base which provides additional manipulation functionality.
RPMPackage perl-Image-Size-3.300-1.lbn19.noarch
Image::Size is a library based on the image-sizing code in the wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG directives. Image::Size has generalized that code to return a raw (X, Y) pair, and included wrappers to pre-format that output into either HTML or a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein. Currently, Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, MNG, TIFF, the PPM family of formats (PPM/PGM/PBM) and if Image::Magick is installed, the formats supported by it.
RPMPackage perl-Image-Info-1.33-5.lbn19.noarch
This Perl extension allows you to extract meta information from various types of image files.
RPMPackage perl-Image-ExifTool-10.00-1.lbn19.noarch
ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio, and video files. It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool also extracts information from the maker notes of many digital cameras by various manufacturers including Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon, and Sony.
RPMPackage perl-Image-Base-1.07-21.fc19.noarch
Base class for loading, manipulating and saving images in Perl.
RPMPackage perl-IPC-System-Simple-1.21-6.fc19.noarch
Calling Perl's in-built 'system()' function is easy; determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeed (run to completion and return a zero exit value), or die with rich diagnostic messages.
RPMPackage perl-IPC-SharedCache-1.3-21.fc19.noarch
This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted.
RPMPackage perl-IPC-ShareLite-0.17-10.fc19.x86_64
IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes.
RPMPackage perl-IPC-Run3-0.046-4.fc19.noarch
This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run.
RPMPackage perl-IPC-Run-0.92-2.fc19.noarch
IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
RPMPackage perl-IPC-Cmd-0.82-1.fc19.noarch
IPC::Cmd allows you to run commands platform independently, interactively if desired, but have them still work.
RPMPackage perl-IO-stringy-2.110-22.fc19.noarch
This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have IO::AtomicFile, which may be used to painlessly create files that are updated atomically. And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle.
RPMPackage perl-IO-Zlib-1.10-266.fc19.noarch
This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.
RPMPackage perl-IO-Tty-1.10-10.fc19.armv6hl
IO::Tty and IO::Pty provide an interface to pseudo tty's.