lib-perl: Fix quoting in DESCRIPTION

My mistake for taking the older version, I thought I had the latest

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold
2013-08-20 09:46:23 -07:00
parent 62b5ee7ea3
commit 7e8c7918d9

View File

@@ -1,6 +1,6 @@
DESCRIPTION = "This is a small simple module which simplifies the \
manipulation of @INC at compile time. It is typically used to add extra \
directories to Perl's search path so that later "use" or "require" statements \
directories to Perl's search path so that later 'use' or 'require' statements \
will find modules which are not located in the default search path."
SECTION = "libs"