diff options
Diffstat (limited to 'package/perl-http-date/Config.in')
-rw-r--r-- | package/perl-http-date/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/perl-http-date/Config.in b/package/perl-http-date/Config.in new file mode 100644 index 0000000000..c45335fb23 --- /dev/null +++ b/package/perl-http-date/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PERL_HTTP_DATE + bool "perl-http-date" + help + This module provides functions that deal the date formats used by the + HTTP protocol (and then some more) + + https://github.com/gisle/http-date |