Codebase list libclone-perl / 45b463b
New upstream snapshot. Debian Janitor 2 years ago
2 changed file(s) with 13 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 package Clone;
11
22 use strict;
3 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
3 our $AUTOLOAD;
44
55 require Exporter;
6 require DynaLoader;
76 require AutoLoader;
7 use XSLoader ();
88
9 @ISA = qw(Exporter DynaLoader);
10 @EXPORT = qw();
11 @EXPORT_OK = qw( clone );
9 our @ISA = qw(Exporter);
10 our @EXPORT;
11 our @EXPORT_OK = qw( clone );
1212
13 $VERSION = '0.45';
13 our $VERSION = '0.45';
1414
15 bootstrap Clone $VERSION;
15 XSLoader::load('Clone', $VERSION);
1616
1717 1;
1818 __END__
0 libclone-perl (0.45+git20201105.1.d4783f3-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Thu, 10 Jun 2021 05:40:34 -0000
5
06 libclone-perl (0.45-1) unstable; urgency=medium
17
28 * Import upstream version 0.45.