#! /usr/bin/perl
# Copyright (c) 2005-2010 Marc Espie <espie@openbsd.org>
-# $OpenBSD: pkg_mklocatedb,v 1.44 2018/06/25 17:00:46 espie Exp $
+# $OpenBSD: pkg_mklocatedb,v 1.45 2018/07/11 09:57:59 espie Exp $
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
}
}
-my $state = OpenBSD::Pkgmklocatedb::State->new("pkg_mklocatedb");
+my $state = OpenBSD::Pkgmklocatedb::State->new;
$state->handle_options;
open_output($state);