CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 06:55:02 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100418160218
location: https://web.archive.org/web/20100418160218/https://github.com/juster/perl-archlinux-makepkg
server-timing: captures_list;dur=0.995436, exclusion.robots;dur=0.041954, exclusion.robots.policy;dur=0.025423, esindex;dur=0.016692, cdx.remote;dur=51.137454, LoadShardBlock;dur=253.126561, PetaboxLoader3.datanode;dur=63.918801, PetaboxLoader3.resolve;dur=81.704478
x-app-server: wwwb-app201
x-ts: 302
x-tr: 342
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 06:55:03 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 18 Apr 2010 16:02:18 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0dde53dc4b3246d2dc5b02c1526e3864"
x-archive-orig-x-runtime: 193ms
x-archive-orig-content-length: 21332
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 18 Apr 2010 16:02:18 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 18 Apr 2010 16:02:18 GMT", ; rel="memento"; datetime="Sun, 18 Apr 2010 16:02:18 GMT", ; rel="last memento"; datetime="Sun, 18 Apr 2010 16:02:18 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100418132643_crawl103-c/52_15_20100418160037_crawl101.arc.gz
server-timing: captures_list;dur=0.513999, exclusion.robots;dur=0.023622, exclusion.robots.policy;dur=0.014335, esindex;dur=0.010702, cdx.remote;dur=6.003324, LoadShardBlock;dur=139.837395, PetaboxLoader3.datanode;dur=93.714436, PetaboxLoader3.resolve;dur=157.080676, load_resource;dur=141.634187
x-app-server: wwwb-app201
x-ts: 200
x-tr: 364
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
juster's perl-archlinux-makepkg at master - GitHub
juster / perl-archlinux-makepkg
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
Build.PL | ||
![]() |
MANIFEST | ||
![]() |
README | Sun Apr 11 12:58:06 -0700 2010 | Mostly finished docs, new(), and run options fo... [juster] |
![]() |
lib/ | ||
![]() |
t/ |
README
Archlinux-Makepkg The README is used to introduce the module and provide instructions on how to install the module, any machine dependencies it may have (for example C compilers and installed libraries) and any other information that should be provided before the module is installed. A README file is required for CPAN modules since CPAN extracts the README file from a module distribution so that people browsing the archive can use it to get an idea of the module's uses. It is usually a good idea to provide version information here so that people can decide whether fixes for the module are worth downloading. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Archlinux::Makepkg You can also look for information at: RT, CPAN's request tracker https://rt.cpan.org/NoAuth/Bugs.html?Dist=Archlinux-Makepkg AnnoCPAN, Annotated CPAN documentation https://annocpan.org/dist/Archlinux-Makepkg CPAN Ratings https://cpanratings.perl.org/d/Archlinux-Makepkg Search CPAN https://search.cpan.org/dist/Archlinux-Makepkg/ LICENSE AND COPYRIGHT Copyright (C) 2010 Justin Davis This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See https://dev.perl.org/licenses/ for more information.