Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
e66b9e2cd7
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      package/import/cpan/cpan.conf
  2. +1
    -1
      package/import/cpan/getdesc.sh

+ 1
- 0
package/import/cpan/cpan.conf

@ -21,6 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
cpanmod=""
configexec=""
# see if this is a hosted package
. $confdir/hosted_cpan.sel

+ 1
- 1
package/import/cpan/getdesc.sh

@ -29,7 +29,7 @@ get_pm_desc()
}
{
get_pm_desc NAME | perl -pe 's,^.*?- *,[I] ,' | head -1
get_pm_desc NAME | perl -pe 's,^.*?- *,[I] ,' | head -n 1
get_pm_desc DESCRIPTION | fmt | perl -pe 's,^,[T] ,'
get_pm_desc AUTHORS | perl -pe 's,^,[A] ,'
} | perl -pe 's/<lt>/</ig; s/<gt>/>/ig;'

Loading…
Cancel
Save