libdevel-repl-perl 1.003025-1 source package in Ubuntu

Changelog

libdevel-repl-perl (1.003025-1) unstable; urgency=low


  * New upstream release.
  * Update build dependencies.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Tue, 01 Oct 2013 18:51:15 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdevel-repl-perl_1.003025-1.dsc 2.7 KiB 6a184d272fbb76689e154035f98e12cd47a2479adb7c121c8311b372601a8399
libdevel-repl-perl_1.003025.orig.tar.gz 47.5 KiB aef9f425a29414a737319f7379ae25a4ae1c954e7cf9fbfd11a5fa9a37cd2366
libdevel-repl-perl_1.003025-1.debian.tar.gz 5.1 KiB d301d6884d4f6944f4ae8bdf6bd70ab112eee1c06dd40682de909c40ffbc295d

Available diffs

No changes file available.

Binary packages built by this source

libdevel-repl-perl: module for building a modern Perl interactive shell

 Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in
 Perl. The shell provides for rapid development or testing of code without the
 need to create a temporary source code file.
 .
 Through a plugin system, many features are available on demand. You can also
 tailor the environment through the use of profiles and run control files, for
 example to pre-load certain Perl modules when working on a particular
 project.