[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#471537: patch



On 2012-12-20 16:29, Bastien ROUCARIES wrote:
> control: tags -1 + patch
> 
> they are an old patch
> 
> 

Unfortunately, it is so old it won't work.  Examples:

+use Dep;

No longer exists (possibly replaced by L::Relation)

+use Tags;
+use Util;


is now L::Tags and L::Util (respectively).


+	open (VERSION, '<', "fields/version")
+		or fail("cannot open fields/version: $!");

"fields/version" is no longer present (was removed in a 2.5.X release).
 We use $info->field ('version') instead.

I think the collection "tarfilelist" exists now as "src-orig-index".  At
least their purpose look similar.

~Niels


Reply to: