projects
/
debbugs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1635a05
)
* remove remaining @cleanups
author
Don Armstrong
<don@donarmstrong.com>
Fri, 30 May 2008 06:45:52 +0000
(08:45 +0200)
committer
Don Armstrong
<don@donarmstrong.com>
Fri, 30 May 2008 06:45:52 +0000
(08:45 +0200)
Debbugs/Common.pm
patch
|
blob
|
history
diff --git
a/Debbugs/Common.pm
b/Debbugs/Common.pm
index 0875fabdeedf621dd44a24e358063d37b00ed2bc..55aed532d4a1850f7672dfb9f542d4cf9e0dc299 100644
(file)
--- a/
Debbugs/Common.pm
+++ b/
Debbugs/Common.pm
@@
-46,7
+46,7
@@
BEGIN{
misc => [qw(make_list globify_scalar)],
date => [qw(secs_to_english)],
quit => [qw(quit)],
- lock => [qw(filelock unfilelock
@cleanups
lockpid)],
+ lock => [qw(filelock unfilelock lockpid)],
);
@EXPORT_OK = ();
Exporter::export_ok_tags(qw(lock quit date util misc));