Skip to content

Commit

Permalink
[library] rename Configure.pir to Configure/genfile.pir (see TT #1279)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@42833 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed Dec 1, 2009
1 parent 605bc73 commit 5132a84
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions MANIFEST
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
# generated by tools/dev/mk_manifest_and_skip.pl Wed Nov 25 08:07:07 2009 UT
# generated by tools/dev/mk_manifest_and_skip.pl Tue Dec 1 09:00:46 2009 UT
#
# See below for documentation on the format of this file.
#
Expand Down Expand Up @@ -1223,7 +1223,7 @@ runtime/parrot/include/test_more.pir [library]
runtime/parrot/languages/parrot/parrot.pir [library]
runtime/parrot/library/CGI/QueryHash.pir [library]
runtime/parrot/library/Config/JSON.pir [library]
runtime/parrot/library/Configure.pir [library]
runtime/parrot/library/Configure/genfile.pir [library]
runtime/parrot/library/Crow.pir [library]
runtime/parrot/library/Curses.pir [library]
runtime/parrot/library/Data/Dumper.pir [library]
Expand Down
5 changes: 4 additions & 1 deletion MANIFEST.SKIP
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
# generated by tools/dev/mk_manifest_and_skip.pl Fri Nov 13 08:23:15 2009 UT
# generated by tools/dev/mk_manifest_and_skip.pl Tue Dec 1 09:00:46 2009 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
Expand Down Expand Up @@ -578,6 +578,9 @@
# generated from svn:ignore of 'runtime/parrot/library/Config/'
^runtime/parrot/library/Config/.*\.pbc$
^runtime/parrot/library/Config/.*\.pbc/
# generated from svn:ignore of 'runtime/parrot/library/Configure/'
^runtime/parrot/library/Configure/.*\.pbc$
^runtime/parrot/library/Configure/.*\.pbc/
# generated from svn:ignore of 'runtime/parrot/library/Data/'
^runtime/parrot/library/Data/.*\.pbc$
^runtime/parrot/library/Data/.*\.pbc/
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.generated
Expand Up @@ -145,7 +145,7 @@ runtime/parrot/include/vtable_methods.pasm [main]
runtime/parrot/include/warnings.pasm [main]
runtime/parrot/library/CGI/QueryHash.pbc [main]
runtime/parrot/library/Config/JSON.pbc [main]
runtime/parrot/library/Configure.pbc [main]
runtime/parrot/library/Configure/genfile.pbc [main]
runtime/parrot/library/config.pbc [main]
runtime/parrot/library/config.pir [main]
runtime/parrot/library/Crow.pbc [main]
Expand Down
2 changes: 1 addition & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -263,7 +263,7 @@ GEN_LIBRARY := \
$(LIBRARY_DIR)/CGI/QueryHash.pbc \
$(LIBRARY_DIR)/Crow.pbc \
$(LIBRARY_DIR)/config.pbc \
$(LIBRARY_DIR)/Configure.pbc \
$(LIBRARY_DIR)/Configure/genfile.pbc \
$(LIBRARY_DIR)/Config/JSON.pbc \
$(LIBRARY_DIR)/Data/Dumper/Base.pbc \
$(LIBRARY_DIR)/Data/Dumper/Default.pbc \
Expand Down
Expand Up @@ -3,7 +3,7 @@

=head1 NAME

Configure.pir - Configure step helpers
Configure/genfile.pir - Configure step helpers

=head1 DESCRIPTION

Expand All @@ -23,9 +23,6 @@ Supply C<genfile> function, which handles

Pure PIR, without any dependencies.

See as example,
L<http://github.com/fperrad/markdown/blob/master/Configure.pir>

=head1 USAGE

# Retrieve the Parrot config
Expand Down
2 changes: 1 addition & 1 deletion t/library/configure.t
Expand Up @@ -19,7 +19,7 @@ Test the Configure PBC
.sub 'main' :main
.include 'test_more.pir'

load_bytecode 'Configure.pbc'
load_bytecode 'Configure/genfile.pbc'

plan(40)
test_conditioned_line()
Expand Down
2 changes: 1 addition & 1 deletion tools/dev/mk_language_shell.pl
Expand Up @@ -203,7 +203,7 @@ sub start_new_file {
.include 'iglobals.pasm'
.sub 'main' :main
load_bytecode 'Configure.pbc'
load_bytecode 'Configure/genfile.pbc'
# Wave to the friendly users
print "Hello, I'm Configure. My job is to poke and prod\n"
Expand Down

0 comments on commit 5132a84

Please sign in to comment.