I'd like to use the description parameter from meta directives in custom inline templates. I guess this could be useful to others too.
The only change required is on line 266 of meta.pm
- foreach my $field (qw{author authorurl permalink}) {
+ foreach my $field (qw{author authorurl description permalink}) {