release_prepare.pl (9f91b7e3) release_prepare.pl (677600b0)
1#!/usr/bin/perl -w
2
3#**************************************************************
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 18 unchanged lines hidden (view full) ---

27use installer::patch::ReleasesList;
28use installer::ziplist;
29use installer::logger;
30
31use Getopt::Long;
32use Pod::Usage;
33use Digest;
34
1#!/usr/bin/perl -w
2
3#**************************************************************
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 18 unchanged lines hidden (view full) ---

27use installer::patch::ReleasesList;
28use installer::ziplist;
29use installer::logger;
30
31use Getopt::Long;
32use Pod::Usage;
33use Digest;
34
35use Carp::Always;
35#use Carp::Always;
36
37use strict;
38
39=head1 NAME
40
41 release_prepare.pl - Several functions to prepare release builds
42
43=head1 SYNOPSIS

--- 142 unchanged lines hidden ---
36
37use strict;
38
39=head1 NAME
40
41 release_prepare.pl - Several functions to prepare release builds
42
43=head1 SYNOPSIS

--- 142 unchanged lines hidden ---