Fix typo introduced in 4c38808d92b95.
authorCraig A. Berry <craigberry@mac.com>
Sat, 21 Dec 2013 14:28:23 +0000 (08:28 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 21 Dec 2013 14:28:23 +0000 (08:28 -0600)
commit3f79341b652b57aef7d15dfcdd013485fc9b23a6
treea771bb45165f1aeb93ab1a903699ce55ac50d28a
parent365f8c3e9d04802accfb3922fb8ab94c3d17c8d9
Fix typo introduced in 4c38808d92b95.

The variable name is '$^O' not '-$^O'.  This meant File::Copy::move
didn't put the file in the current working directory when the to
argument had no path component.
lib/File/Copy.pm