Skip to content

Commit 953c56a

Browse files
committed
Add support information
1 parent bf8e1af commit 953c56a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Daemon.pm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package Win32::Daemon;
99

1010
$PACKAGE = $Package = "Win32::Daemon";
1111

12-
$VERSION = 20080324;
12+
$VERSION = 20100921;
1313
require Exporter;
1414
require DynaLoader;
1515

@@ -1020,6 +1020,11 @@ Marc Pijnappels <marc.pijnappels@nec-computers.com>
10201020
10211021
Olivier Mengue <dolmen@cpan.org>
10221022
1023+
=head1 SUPPORT
1024+
1025+
Dave has retired from active development of this module. It is now
1026+
being maintained as part of the libwin32 project <libwin32@perl.org>.
1027+
10231028
=head1 COPYRIGHT
10241029
10251030
Copyright (c) 1998 - 2010 the Win32::Daemon L</AUTHOR> and L</CONTRIBUTORS>

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- #YAML:1.0
22
name: Win32-Daemon
33
abstract: Enabling Win32 Perl scripts to run as a true Win32 services.
4-
version: 20100406
4+
version: 20100921
55
author:
66
- Dave Roth
77
- libwin32 project <libwin32@perl.org>

0 commit comments

Comments
 (0)