minor fixes to packaging script

This commit is contained in:
Joseph Lenox 2016-07-07 21:41:00 -05:00
parent 7e0767b0f1
commit d504a624be

View File

@ -8,8 +8,8 @@ echo "Requires PAR."
New-Variable -Name "current_branch" -Value "" New-Variable -Name "current_branch" -Value ""
git branch | foreach { git branch | foreach {
if ($_ -match "`\*(.*)"){ if ($_ -match "` (.*)"){
$current_branch += $matches[1] + "> " $current_branch += $matches[1]
} }
} }
@ -46,7 +46,6 @@ pp `
-M Config ` -M Config `
-M Crypt::CBC ` -M Crypt::CBC `
-M Cwd ` -M Cwd `
-M Data `
-M Data::UUID ` -M Data::UUID `
-M Devel::GlobalDestruction ` -M Devel::GlobalDestruction `
-M Digest ` -M Digest `
@ -150,7 +149,6 @@ pp `
-M Socket ` -M Socket `
-M Socket6 ` -M Socket6 `
-M Storable ` -M Storable `
-M Sub `
-M Sub::Defer ` -M Sub::Defer `
-M Sub::Exporter ` -M Sub::Exporter `
-M Sub::Exporter::Progressive ` -M Sub::Exporter::Progressive `
@ -166,7 +164,6 @@ pp `
-M Tie::Handle ` -M Tie::Handle `
-M Tie::Hash ` -M Tie::Hash `
-M Tie::StdHandle ` -M Tie::StdHandle `
-M Time `
-M Time::HiRes ` -M Time::HiRes `
-M Time::Local ` -M Time::Local `
-M URI ` -M URI `