mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
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:
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "This is a small simple module which simplifies the \
|
DESCRIPTION = "This is a small simple module which simplifies the \
|
||||||
manipulation of @INC at compile time. It is typically used to add extra \
|
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."
|
will find modules which are not located in the default search path."
|
||||||
|
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|||||||
Reference in New Issue
Block a user