diff --git a/perl-cpan/file-chdir/DETAILS b/perl-cpan/file-chdir/DETAILS
index dff10e8..4b5881b 100755
--- a/perl-cpan/file-chdir/DETAILS
+++ b/perl-cpan/file-chdir/DETAILS
@@ -1,18 +1,21 @@
SPELL=file-chdir
- VERSION=0.06
+ VERSION=0.1002
SOURCE=File-chdir-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/File-chdir-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/$SOURCE
-
SOURCE_HASH=sha512:791b32315db90723ca874924ae5f2d55055427c5a630c5983123099bbd4c38ee6148e2c308e5981bf69b65bb31cfbf8f3f23a8cd8f02fec6088a752bfbdb18e5
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DA/DAGOLDEN/$SOURCE
+
SOURCE_HASH=sha512:1042ea1075a09dd4ccd7a5d0345404d5ba5564acc47fbec39974a5dfa951b3482983d872fb6b7cd97f9230f716f097618cc722fabc43902027400c522329ec39
ENTERED=20050711
LICENSE[0]=ART
-
WEB_SITE=http://search.cpan.org/~mschwern/File-chdir-$VERSION/lib/File/chdir.pm
+
WEB_SITE=http://search.cpan.org/~dagolden/File-chdir-$VERSION/lib/File/chdir.pod
KEYWORDS="perl"
SHORT="Non-global perl chdir"
cat << EOF
-Perl's chdir() has the unfortunate problem of being very, very, very global.
If any part of your program calls chdir() or if any library you use calls
chdir(), it changes the current working directory for the whole program.
+Perl's chdir() has the unfortunate problem of being very, very, very global.
If
+any part of your program calls chdir() or if any library you use calls
chdir(),
+it changes the current working directory for the whole program.
This sucks.
-File::chdir gives you an alternative, $CWD and @CWD. These two variables
combine all the power of chdir(), File::Spec and Cwd.
+File::chdir gives you an alternative, $CWD and @CWD. These two variables
+combine all the power of chdir(), File::Spec and Cwd.
EOF
diff --git a/perl-cpan/file-chdir/HISTORY b/perl-cpan/file-chdir/HISTORY
index 4b20f37..c787eba 100644
--- a/perl-cpan/file-chdir/HISTORY
+++ b/perl-cpan/file-chdir/HISTORY
@@ -1,3 +1,9 @@
+2008-02-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ fixed long description wrap
+ fixed WEB_SITE
+ updated spell to 0.1002
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless