APKBUILD examples:Perl: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 August 2016

7 March 2016

12 March 2012

3 July 2011

27 June 2011

24 June 2011

  • curprev 07:3707:37, 24 June 2011Fab talk contribs 356 bytes +356 Created page with "<pre> build() { cd "$_builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make && make test || return 1 } </pre> The files perllocal.pod and .pack..."