Skip to content

Commit e28e82a

Browse files
committed
added comments.
1 parent 63e7678 commit e28e82a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tool/gen_mackerel_check.pl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ sub update_packaging_specs {
5454
replace $_, $replace_sub for ("packaging/rpm/$PACKAGE_NAME*.spec", "packaging/deb-v2/debian/rules");
5555
}
5656

57+
####
5758
# file utility
59+
####
5860
sub slurp_utf8 {
5961
my $filename = shift;
6062
my $fh = IO::File->new($filename, "<:utf8");
@@ -80,6 +82,11 @@ sub load_packaging_confg {
8082
decode_json(slurp_utf8('packaging/config.json'));
8183
}
8284

85+
86+
####
87+
# some file generate task
88+
####
89+
8390
sub subtask {
8491
my @plugins = retrieve_plugins;
8592
update_readme(@plugins);

0 commit comments

Comments
 (0)