deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any
Description: |-
filehandles that know their origin
IO::File::WithFilename does everything that IO::File does, but implements
filename method, that File::Temp objects have. It lets you write the code
that is ignorant of what classes of objects it works with.
.
If you want to check if it is safe to call filename method, you are
recommended to call can method rather than to check an object's inheritance:
.
print $obj->filename, "\n" if eval { $obj->can('filename') };
Homepage: https://metacpan.org/release/IO-File-WithFilename
Installed-Size: '19'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: libio-file-withfilename-perl
Priority: optional
Section: perl
Version: 0.01-2
srcpkg_name: libio-file-withfilename-perl
srcpkg_version: 0.01-2