| 88 |
$Info->{Name}, |
$Info->{Name}, |
| 89 |
$opt{realfile}; |
$opt{realfile}; |
| 90 |
} else { |
} else { |
| 91 |
$opt{file} = sprintf '(WikiPlugin module %s, block %s)', |
$opt{file} = sprintf '(WikiPlugin module source %s, block %s)', |
| 92 |
$Info->{Name}, |
$Info->{source_file}, |
| 93 |
$opt{node_path}; |
$opt{node_path}; |
| 94 |
} |
} |
| 95 |
} |
} |
| 104 |
or die "$0: Required 'Plugin' section not found"; |
or die "$0: Required 'Plugin' section not found"; |
| 105 |
my %Info = (provide => {}, |
my %Info = (provide => {}, |
| 106 |
Name => n11n $meta->get_attribute ('Name')->value); |
Name => n11n $meta->get_attribute ('Name')->value); |
| 107 |
|
$Info{source_file} = $srcfile; |
| 108 |
$Info{name_literal} = literal $Info{Name}; |
$Info{name_literal} = literal $Info{Name}; |
| 109 |
my @date = gmtime; |
my @date = gmtime; |
| 110 |
$Info{LastModified} = sprintf '%04d-%02d-%02dT%02d:%02d:%02d+00:00', |
$Info{LastModified} = sprintf '%04d-%02d-%02dT%02d:%02d:%02d+00:00', |