| 1 |
# This file can be used to mask packages so that even if there |
| 2 |
# are updates available on cpan the update will not be listed. |
| 3 |
# |
| 4 |
# The operators "=", ">" and ">=" are available and work pretty |
| 5 |
# much the same as in the package.mask file used by portage. |
| 6 |
# |
| 7 |
# Example to block all packages greater than given: |
| 8 |
# >dev-perl/foo-0.123 |
| 9 |
|
| 10 |
#=dev-perl/Video-Info-0.999 |
| 11 |
#=dev-perl/Unix-Syslog-0.99 |
| 12 |
|
| 13 |
# Broken per bug #198698 |
| 14 |
#=dev-perl/WWW-Bugzilla-1* |
| 15 |
|
| 16 |
# upstream: old version is 1.0.14, newer is 1.01 |
| 17 |
# gentoo: only have 1.01 |
| 18 |
=dev-perl/Class-MakeMethods-1.014 |
| 19 |
|
| 20 |
# CPAN version madness |
| 21 |
=dev-perl/Class-DBI-3.06 |
| 22 |
|
| 23 |
# No need to update |
| 24 |
=dev-perl/File-chdir-0.1004 |
| 25 |
=dev-perl/HTML-Parser-3.68 |
| 26 |
=dev-perl/Mail-ListDetector-1.03 |
| 27 |
=dev-perl/SVN-Simple-0.28 |
| 28 |
|
| 29 |
# 0.10 == 0.06 - changes were reverted |
| 30 |
=dev-perl/MooseX-Types-DateTimeX-0.07 |
| 31 |
=dev-perl/MooseX-Types-DateTimeX-0.10 |
| 32 |
|
| 33 |
# "support Perl 5.6.0" - gentoo is a modern distribution! |
| 34 |
=dev-perl/Test-Requires-0.06 |
| 35 |
|
| 36 |
# unit test fix for Perl 5.6.2 on x86_64 |
| 37 |
=dev-perl/Set-IntSpan-1.16 |
| 38 |
|
| 39 |
# we don't use the bundled bzip sources |
| 40 |
=perl-core/Compress-Raw-Bzip2-2.031 |
| 41 |
|
| 42 |
# Only test changes, which we don't run |
| 43 |
=dev-perl/IO-Socket-INET6-2.64 |
| 44 |
=dev-perl/IO-Socket-INET6-2.65 |
| 45 |
=dev-perl/URI-1.56 |
| 46 |
=dev-perl/Net-Twitter-3.14002 |
| 47 |
|
| 48 |
# Fixed the number of skipped tests for Windows |
| 49 |
=dev-perl/Log-Log4perl-1.31 |
| 50 |
|
| 51 |
# "requires" DBD::SQLite |
| 52 |
=dev-perl/DBIx-Migration-0.07 |