in reply to Re: Cannot add "folder" information to Archive::Tar->add_data in Win32 (ActivePerl)
in thread Cannot add "folder" information to Archive::Tar->add_data in Win32 (ActivePerl)

graff: What you got is precisely what I expected for me too. But in my case when I run the script, it does everything EXCEPT it did NOT create the "test" and "qa" directories as it did for you. In my case it was just ignoring whatever folder name I was passing as part of the name. In which version of ActivePerl did you run this? It always used to work for me, but when I switched to a new machine and installed new Archive::Tar, the "folder" information isn't getting added to the archive file. Which means, when I add files to TAR as I show in the script, it adds all of them to the root, completely ignoring the folder info I am passing to "add_data" method. Please let me know which version you ran the script successfully under?
  • Comment on Re^2: Cannot add "folder" information to Archive::Tar->add_data in Win32 (ActivePerl)

Replies are listed 'Best First'.
Re^3: Cannot add "folder" information to Archive::Tar->add_data in Win32 (ActivePerl)
by graff (Chancellor) on Nov 05, 2009 at 14:44 UTC
    I'm using a vanilla-unix version of perl 5.8.8, not ActiveState. (I happened to be on a macosx machine, but the result would be the same on any unix or linux box.)