File: TimeDate.pm

package info (click to toggle)
libtimedate-perl 2.3300-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 300 kB
  • sloc: perl: 2,194; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package TimeDate;

use vars qw($VERSION);

$VERSION = "1.21";

=pod

This is an empty module which is just there to get ownership on TimeDate
using first-come permissions from PAUSE.

This was required during the release of 1.21 for transferring ownership.

=cut

1;