libdevel-repl-perl 1.003027-1 source package in Ubuntu
Changelog
libdevel-repl-perl (1.003027-1) unstable; urgency=medium * Update Vcs-Browser URL to cgit web frontend * Add debian/upstream/metadata * Import upstream version 1.003027 * Drop copyright stanza for Module::Install copy (not included anymore) * Update copyright years for debian/* packaging files * Bump Debhelper compat level to 9 * Declare compliance with Debian policy 3.9.6 * Update copyright stanza for upstream files * Declare package as autopkgtestable -- Salvatore Bonaccorso <email address hidden> Sun, 16 Aug 2015 13:23:12 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-repl-perl_1.003027-1.dsc | 2.6 KiB | b129c0cff5b8304d8431eb10de282413459fbf56730199741c56f8209d3a04ac |
libdevel-repl-perl_1.003027.orig.tar.gz | 57.9 KiB | c332ae2facae81618d71854d34f32d95c37dfc5aa9a37ae6f04c3d33833889ae |
libdevel-repl-perl_1.003027-1.debian.tar.xz | 4.9 KiB | 29efe6cedb79bb3e5ce0ec59910312d00c750af36670e2d1555db9f3b64d1b3b |
Available diffs
- diff from 1.003026-1 to 1.003027-1 (33.7 KiB)
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.