131130036a
- update to 0.9917. 0.3800-1, below, was never built/released to the wild. * Mon Sep 25 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.3800-1 - update to 0.38. 0.37-1, below, was never built/released to the wild. * Mon Sep 11 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.3700-1 - update to 0.37 - samples/ is now examples/ - add additional br's: perl(IO::Pty), perl(Test::Pod), perl(Test::Pod::Coverage)
11 lines
202 B
Bash
Executable File
11 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# filter some redundant stuff. This is part of the fedora-extras perl-POE
|
|
# package.
|
|
#
|
|
# Chris Weyl <cweyl@alumni.drew.edu> 2006
|
|
|
|
/usr/lib/rpm/perl.req $* | \
|
|
sed -e '/^perl(Tk)$/d'
|
|
|