Skip Menu |

This queue is for tickets about the Database-Sophia CPAN distribution.

Report information
The Basics
Id: 103409
Status: resolved
Priority: 0/
Queue: Database-Sophia

People
Owner: lexinhell [...] gmail.com
Requestors: CRUX [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: sophia 1.1 branch url changed
Current Sophia's master branch is v1.2 with reorganized directory structure. I've attached patch for Makefile.PL to download correct branch 1.1 archive.
Subject: sophia_url.patch
--- a/Makefile.PL 2014-11-11 18:56:32.000000000 +0300 +++ b/Makefile.PL 2015-04-09 09:57:45.000000000 +0300 @@ -20,14 +20,14 @@ if($rc) { eval { - my $ff = File::Fetch->new(uri => "http://github.com/pmwkaa/sophia/archive/master.zip"); + my $ff = File::Fetch->new(uri => "https://github.com/pmwkaa/sophia/archive/v1.1.zip"); if(my $file = $ff->fetch()) { my $ae = Archive::Extract->new( archive => $file ); if($ae->extract( to => '.' )) { - $sophia = $FindBin::Bin ."/sophia-master"; + $sophia = $FindBin::Bin ."/sophia-1.1"; $sophia_src = "$sophia/db"; } }
Thank you! Fixed in 0.9