1 |
#! /usr/bin/perl -w |
#! /usr/bin/perl -w |
2 |
# |
# |
3 |
# @(#)$Id$ |
# @(#)$Id$ |
4 |
|
# build version @VERSION@, release @RELEASE@ |
5 |
# |
# |
6 |
# Copyright 2010 David Groep, Nationaal instituut voor |
# Copyright 2010-2021 David Groep, Nationaal instituut voor |
7 |
# subatomaire fysica NIKHEF |
# subatomaire fysica NIKHEF |
8 |
# |
# |
9 |
# Licensed under the Apache License, Version 2.0 (the "License"); |
# Licensed under the Apache License, Version 2.0 (the "License"); |
10 |
# you may not use this file except in compliance with the License. |
# you may not use this file except in compliance with the License. |
26 |
use POSIX; |
use POSIX; |
27 |
eval { require LWP or die; }; $@ and die "Please install libwww-perl (LWP)\n"; |
eval { require LWP or die; }; $@ and die "Please install libwww-perl (LWP)\n"; |
28 |
|
|
29 |
my $sccsid = '@(#)$Id$'; |
my $sccsid = '@(#)fetch-crl3 version @VERSION@'; |
30 |
|
|
31 |
# import modules that are needed but still external |
# import modules that are needed but still external |
32 |
# (the installed version may have these packages embedded in-line) |
# (the installed version may have these packages embedded in-line) |