projects
/
bse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
make metadata more general
[bse.git]
/
site
/
cgi-bin
/
modules
/
BSE
/
FileMetaMeta.pm
1
package BSE::FileMetaMeta;
2
use strict;
3
use base 'BSE::MetaMeta';
4
5
our $VERSION = "1.001";
6
7
sub validation_section {
8
"file metadata validation";
9
}
10
11
1;