diff options
| -rw-r--r-- | recipes-security/perl/lib-perl_0.63.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-security/perl/lib-perl_0.63.bb b/recipes-security/perl/lib-perl_0.63.bb index 606ecfb..c05ae1e 100644 --- a/recipes-security/perl/lib-perl_0.63.bb +++ b/recipes-security/perl/lib-perl_0.63.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | DESCRIPTION = "This package contains the URI.pm module with friends. \ | 1 | DESCRIPTION = "This is a small simple module which simplifies the \ |
| 2 | The module implements the URI class. URI objects can be used to access \ | 2 | manipulation of @INC at compile time. It is typically used to add extra \ |
| 3 | and manipulate the various components that make up these strings." | 3 | directories to Perl's search path so that later "use" or "require" statements \ |
| 4 | will find modules which are not located in the default search path." | ||
| 4 | 5 | ||
| 5 | SECTION = "libs" | 6 | SECTION = "libs" |
| 6 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
