/usr/share/perl5/Debian/Dwww/Version.pm is in dwww 1.13.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #
# $Id: Version.pm.in,v 1.2 2003-03-08 16:24:37 robert Exp $
#
package Debian::Dwww::Version;
$version='1.13.1';
1;
|