bin/cpan2tpkg in tpkg-1.27.4 vs bin/cpan2tpkg in tpkg-2.0.0

- old
+ new

@@ -1,6 +1,6 @@ -#!/home/t/bin/perl +#!/opt/tpkg/bin/perl use warnings; use strict; use Getopt::Long; @@ -273,11 +273,11 @@ { # Skip dependencies on core modules my $depmod = CPAN::Shell->expand('Module', $dep); # This is a bit of an indirect way to identify core # modules but the only way I can figure out. Core stuff - # gets installed with perl into /home/t/perl-version, - # CPAN modules into /home/t/lib/perl5/site_perl. + # gets installed with perl into /opt/tpkg/perl-version, + # CPAN modules into /opt/tpkg/lib/perl5/site_perl. # # What seems like it should be the "right" way is that # the "D" (aka "Development Stage") field in # dslip_status has "S" (aka "Standard, supplied with # Perl 5") as one of its possible values, according to