From 6697a49c5dc04ab9e78a472466021634815e8423 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 28 Aug 2003 07:34:13 +0000 Subject: Add p5-HTML-Breadcrumbs 0.03, HTML::Breadcrumbs is a module used to create HTML 'breadcrumb trails' i.e. an ordered set of html links locating the current page within a hierarchy. HTML::Breadcrumbs splits the given path up into a list of elements, derives labels to use for each of these elements, and then renders this list as N-1 links using the derived label, with the final element being just a label. PR: 55576 Submitted by: andrew@scoop.co.nz --- www/p5-HTML-Breadcrumbs/pkg-plist | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 www/p5-HTML-Breadcrumbs/pkg-plist (limited to 'www/p5-HTML-Breadcrumbs/pkg-plist') diff --git a/www/p5-HTML-Breadcrumbs/pkg-plist b/www/p5-HTML-Breadcrumbs/pkg-plist new file mode 100644 index 000000000000..d39528c22171 --- /dev/null +++ b/www/p5-HTML-Breadcrumbs/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Breadcrumbs/.packlist +%%SITE_PERL%%/HTML/Breadcrumbs.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Breadcrumbs +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true -- cgit v1.2.3