Am 09.01.25 um 15:48 schrieb Max Carrara: > + > +sub fs_canonicalize : prototype($) { > + my ($path) = @_; > + > + croak "\$path is undef" if !defined($path); > + > + my $canonicalized_path = Cwd::abs_path($path); > + > + croak "failed to canonicalize path: $!" if !defined($canonicalized_path); > + > + return $canonicalized_path; > +} > +
Missing the 1; at the end of module _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel